一心为谁

114 经验值

楼主,页面路由: Route::get('articles/{id}','ArticleController@show'); 访问直接404 Not found , The requested URL /user/name was not found on this server. 这是什么情况,除了 / 的路由,其他的路由形式都访问404.

你好,使用tinker 我遇到一个问题:在创建了 Aritcle 类后,使用php artisan tinker 进入命令行交互界面,
然后实例化 $article=new App\Article 报错:“PHP Fatal error: Class 'App\Article' not found in eval()'d code in line 1”, 这是怎么回事?