Example command to create controller: `php artisan make:controller ArticleController --resource` Example route: `Route::resource('articles', 'ArticleController');`