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