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
Copy file name to clipboardExpand all lines: docs/customization/route_config.md
+51-1Lines changed: 51 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Customizing Routes
2
2
3
-
If you need to customize how any of the auth features are handled, you will likely need to update the routes to point to the correct controllers. You can still use the `service('auth')->routes()` helper, but you will need to pass the `except` option with a list of routes to customize:
3
+
## Change Some Routes
4
+
5
+
If you need to customize how any of the auth features are handled, you will likely need to update the routes to point to the correct controllers.
6
+
7
+
You can still use the `service('auth')->routes()` helper, but you will need to pass the `except` option with a list of routes to customize:
0 commit comments