調用Session:put()的時候提示 App\Http\Controllers\Session' not found
我是5.3版本
我是5.3版本
2016-10-15
使用 {{ Request::getPathInfo()=='student/create'?'active':''}}不起作用時應該用
{{ Request::getPathInfo()=='/student/create'?'active':''}} 多一個 /
{{ Request::getPathInfo()=='/student/create'?'active':''}} 多一個 /
2016-10-12