1. Home
  2. Artisan
  3. Make controller

Creates a new Controller class. Naming convention - use a plural form of the element i.e. "Items" followed by the "Controller".

#artisan#php#make#controller
php artisan make:controller ItemsController
copy
Full Artisan cheatsheet