So erstellen Sie Controller im bestimmten Ordner Laravel
php artisan make:controller frontend/HomePageController --resource
Copy Paster
php artisan make:controller frontend/HomePageController --resource
Want to create controller in a folder? use it like this:
php artisan make:controller NameOfFolder/nameOfController
php artisan make:controller App\\pathName/controllerName