You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the advent of invokable controllers, it would be possible to move away from using names (i.e. strings) as route idenfifiers, and use the controller's FQCN instead:
It allows using the controller directly instead of a middleman string:
+<form action="{{ action(\App\Controllers\ProcessPhpFormController::class) }}" method="post">
Example
No response
dsentker, Eydamos, erwan-haquet, kaznovac, axel37 and 5 more