我有一个新安装的laravel5.3,每次我使用一条路由时都会收到这个错误。"NotFoundHttpException in RouteCollection.php line 161“in ......我使用了php artisan make:auth并创建了登录,但register.But仍然不能工作(在laravel5.3中)。之后,我将xampp更新到了最新版本,还安装了laravel 5.4,现在我得到了不同行
假设是reports.test.com和report.test.com,它们指向一个Laravel5.0应用程序。有时在我的日志文件中,它会显示NotFoundHttpException in RouteCollection.php line 145:错误。为什么我的应用程序要记录NotFoundHttpException?这些是我的日志文件的位置
http://reports.test.com/sto
当我点击localhost/laravel/public时,url更改为localhost/laravel/public/auth/loin,并引发以下错误。NotFoundHttpException in RouteCollection.php line 143:Route::get('/index', ['middleware
我在我的Windows上安装了Laravel。因此,当访问时,它似乎无法工作,因为它与laravel路由存在某种冲突。Sorry, the page you are looking for could not be found.
1/1NotFoundHttpException in RouteCollection.php
我在request上做了一个Laravel5.3类。看起来是这样的:NotFoundHttpException in RouteCollection.php line 161:public function rules()它看起来像验证器在我的web.php中查找,但我没有在那里的路径(这就是为什么我收到异常:NotFoundHttpException in <