Single Action Controller | Laravel Invokable Controller | Why we need invokable

preview_player
Показать описание
If a controller action is particularly complex, you might find it convenient to dedicate an entire controller class to that single action. To accomplish this, you may define a single __invoke method within the controller

Why we use single-action controller:
Open multiple routes using a single route
Open dynamic routes with single routes
Laravel single-action controller is pretty easy to understand.

Creation command:
php artisan make:controller TestController --invokable

#php
#phplaravel
#laravel
#webdevelopment
#cdl
#career_development_lab
#hadayatniazi
#coding
#technology
Рекомендации по теме