Missing controllers
Opened this issue · 0 comments
mpenna commented
This package looks interesting but is it functional? I have installed it on top of a fresh Laravel 5.4 installation but couldn't get it to work. When issuing for instance an "artisan route:list" command we get back errors about controllers not being found. Indeed, I checked and the package's controllers extend app controllers that are not found on a fresh Laravel installation:
App\Http\Controllers\AdminController
App\Http\Controllers\PublicController
App\Http\Controllers\UserController