laravel controller create command in a folder

Solutions on MaxInterview for laravel controller create command in a folder by the best coders in the world

showing results for - "laravel controller create command in a folder"
Giorgia
20 May 2016
1However, if you would like to create it in a custom directory then refer to the line below:
2
3php artisan make:controller pathName/controllerName