Default:
app\controllers\UserController.php
I Want :
app\controllers\user\UserController.php
If do it like this,will ReflectionException "Class UserController does not exist".
How to do it?
Test:
$ composer dump-autoload
$ php artisan dump-autoload
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community