标签:style blog io ar color sp for 文件 数据
app_path //app文件夹的绝对路径 base_path //laravel应用所在的绝对路径 public_path //public所在的绝对路径 storage_path //storage所在的绝对路径 asset //生成资源url View::share(‘name‘,‘value‘); //在所有视图中共享数据父视图-子视图 URL::action(‘FooController@method‘) //获取一个操作的链接 Route::currentRouteAction() //获取当前控制器操作的名称 Route::get(‘profile‘,array(‘before‘=>‘auth‘,‘users‘=>‘userController‘=>‘UserController@showProfile‘));//在控制器路由中指定过滤器
标签:style blog io ar color sp for 文件 数据
原文地址:http://www.cnblogs.com/xueyuwyz/p/4123851.html