Create a blank controller:
php artisan make:controller PostsController
Create a new controller with methods:
php artisan make:controller --resource PostsController
Create a blank controller:
php artisan make:controller PostsController
Create a new controller with methods:
php artisan make:controller --resource PostsController