TokenMismatchException in VerifyCsrfToken.php line 67:
大神們,我實在解決不了了
大神們,我實在解決不了了
2017-04-02
如果遇到pull forget flash 失效的時候,看看是不是用dd輸出 ,概要var_dump,echo,print_r輸出;
2017-04-02
照著老師說的做,結果顯示錯誤Parse error: syntax error, unexpected end of file (View: E:\wamp\www\laravel-demo\resources\views\student\index.blade.php)
2017-03-15
$res = Session::pull('student', 'default');
pull 是返回這個key為student的值到$res, 并刪除session中的這個key;
后面的參數'default', 如果在取的時候發現session中的student 沒定義過, 則$res = 'default'
pull 是返回這個key為student的值到$res, 并刪除session中的這個key;
后面的參數'default', 如果在取的時候發現session中的student 沒定義過, 則$res = 'default'
2017-03-13