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
The current approach of using a mixin on Router is, while keeping with how Laravel expects things to be done, something that leaves a sour taste in my mouth.
I think a better approach would be a nice statically created fluent builder. So instead of this:
The current approach of using a mixin on
Router
is, while keeping with how Laravel expects things to be done, something that leaves a sour taste in my mouth.I think a better approach would be a nice statically created fluent builder. So instead of this:
You could do something like:
The text was updated successfully, but these errors were encountered: