很多人都在說laravel/public/index.php/basic1這個坑,其實解決的方法有兩種,一種是在public下修改.htaccess,達到去掉index.php,直接訪問laravel/public/basic1,但是注意的是apache的httpd.cnf一定要開啟重寫mod_rewrite并且AllowOveride All這樣,才行。http://stackoverflow.com/questions/23837933/how-can-i-remove-public-index-php-in-the-url-generated-laravel
同MemberController.php,要加use App\Student; 老師的為什么不用加 - -
2016-10-18
Class 'App\Http\Controllers\Student' not found
2016-10-17