1.
abort(404, 'Unauthorized action.');
会抛出一个错误,显示404.blade.php
视图文件,我该如何在这个视图文件中输出Unauthorized action.
?
2.
如何获得当前执行的控制器和方法名称?
在controller中用echo Route::currentRouteAction();
结果报错了:
3.Route::controllers(['test' => 'TestController']);
这样设置路由必须在控制器中为每个方法设置get/post/等等的方式吗?
4.<?php echo url('/login');?>
会输出url,可是我用的是https应该怎么设置?
5.
自定义函数放哪儿,看这个文章中写的需要composer dump-autoload
,可能有些时候只有FRP而没有SSH权限还有什么办法吗?
http://laravel.so/tricks/e81a15277236d35feb19ad5b86427bdc
请看 http://laravel.so/tricks/9024b7536d8275d9eba8b4b945840c03
请看 http://overtrue.me/articles/2015/03/get-current-controller-of-laravel.html
是
asset()
辅助函数楼上貌似不错
use Route
;恩
楼上
最后,如果有兴趣,可以看看我近期录的Laravel 5.1的系列视频
https://laravist.com/series/laravel-5-basic