<?php
$firstname = “Bill”;
$lastname = “Gates”;
$age = “60”;
$result = compact(“firstname”, “lastname”, “age”);
print_r($result);
?>
compact 紧凑的
动人的; 雄辩的,有口才的; 有说明力的; 富于表情的,逼真的;
eloquent
英文发音:[‘lærəvel]
作者 Taylor Otwell
In Narnia, Cair Paravel is the name of the castle where the kings and queens of Narnia live. Laravel rhymes with Paravel. I thought the name had a classy and sophisticated ring to it.— Taylor Otwell —
Laravel这个名字来自于纳尼亚传奇中的Cair Paravel城堡。Laravel 和Paravel 的发音相似,Taylor认为Laravel这个名字韵味深长而又优雅,所以命名为Laravel。
Cair Paravel 中的Paravel发音为[‘pærəvel] 推断Laravel发音取[‘lærəvel]
|
|
php artisan make:controller myController
php artisan route:list
laravel collect
laravel 请求 query get has exists
has 和exists 的区别 has 判断 是否存在此参数 其此参数不为空
检索 only
去除 Request::except(‘name’,’age’) 去除
url Request::url() 全部 fullUrl()
请求历史 flash flashExcept flashOnly old
请求文件 Request::file(‘’profile)->getSize()
getClientOriginalName
getClientOriginalExtension
session 教程http://blog.csdn.net/ghost_hell/article/details/53177072
Hash::make()
laravel
yield 用于定义个内容的片段 里面没有内容 只是内容的片段
section 用于定义给定片段的内容 定义了内容 可以多次继承覆盖