當我嘗試運行route:list
我得到這個錯誤:Laravel路線:列表錯誤返回
PHP Fatal error: Cannot declare class App\Http\Controllers\UserController,
because the name is already in use in
/home/vagrant/Code/nomads/app/Http/Controllers/Admin/UserController.php on line 0
[Symfony\Component\Debug\Exception\FatalErrorException]
Cannot declare class App\Http\Controllers\UserController, because the name is already in use
我UserController
下控制器也Admin
文件夾下這是另一種UserController
。
我也在使用AdminLTE包,但是我重寫了包路徑,並且正在使用Laravels本地路由。
重命名其中一個UserControllers或使用命名空間。 – aynber