'App\\', /* |-------------------------------------------------------------------------- | Generator Namespaces |-------------------------------------------------------------------------- | | These namespaces are utilized by the various class generator Artisan | commands. You are free to change them to whatever you wish or not | at all. The "app:name" command is the easiest way to set these. | */ 'console' => 'App\Console\\', 'controllers' => 'App\Http\Controllers\\', 'filters' => 'App\Http\Filters\\', 'providers' => 'App\Providers\\', 'requests' => 'App\Http\Requests\\', ];