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
At the moment all package endpoints are registering automatically after package installation.
It good, but we can't wrap it into middlewares or modify prefixes.
Good solution to resolve it - will be implement some kind of helper which will register routes in required place.
As a reference - we can implement the same logic as Laravel providing in Auth::routes() method.
It also will be very helpful if the package will automatically determine whether he should register routes automatically (if a helper didn't call) or not.
The text was updated successfully, but these errors were encountered:
At the moment all package endpoints are registering automatically after package installation.
It good, but we can't wrap it into middlewares or modify prefixes.
Good solution to resolve it - will be implement some kind of helper which will register routes in required place.
As a reference - we can implement the same logic as Laravel providing in
Auth::routes()
method.It also will be very helpful if the package will automatically determine whether he should register routes automatically (if a helper didn't call) or not.
The text was updated successfully, but these errors were encountered: