5.2版本,使用教師代碼在默認選中的過程中失效。采用
<a href="{{ url('student/index') }}" class="list-group-item
{{ Request::is('student/index') ? 'active' : '' }}
">學(xué)生列表</a>
驗證成功
<a href="{{ url('student/index') }}" class="list-group-item
{{ Request::is('student/index') ? 'active' : '' }}
">學(xué)生列表</a>
驗證成功
2016-11-07
ErrorException in TestController.php line 59:
Undefined variable: requset
Undefined variable: requset
2016-11-05