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
First variant allows direct navigation to the controller method in IDE and simplifies API refactoring.
Can something like this be done with this library? As far as I understand, the fact that the routes are generated and not declared with Route:: prevents from using the action([]) function.
The text was updated successfully, but these errors were encountered:
gvlasov
changed the title
Is there a way to generate path by controller, action name and parameters?
Is there a way to generate URL path by controller, action name and parameters?
Apr 17, 2025
With default Laravel routing, you can do
instead of using literal path like for example
/products/list/page/1/filter/blue
First variant allows direct navigation to the controller method in IDE and simplifies API refactoring.
Can something like this be done with this library? As far as I understand, the fact that the routes are generated and not declared with
Route::
prevents from using theaction([])
function.The text was updated successfully, but these errors were encountered: