Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make routes more dynamic #41

Merged
merged 5 commits into from
Sep 16, 2020
Merged

Make routes more dynamic #41

merged 5 commits into from
Sep 16, 2020

Conversation

jorenn92
Copy link
Contributor

Addition for issue #13, This makes customizing routes easier.
Jetstream routes are also defined this way.

For instance: I needed to customize the url paths. So i turned the default routes off with the Fortify::ignoreRoutes(); option in my provider and copied the routes file. After that, the controller paths were broken. This commit fixes that scenario.

Addition for issue #13, This makes customizing routes easier.
Jetstream routes are defined the same way.
Remove the [] around single action controllers
@jorenn92 jorenn92 closed this Sep 16, 2020
@jorenn92
Copy link
Contributor Author

I'll need to check why the email verification routes don't work.

calling the invoke method is needed, otherwise the route won't work.
@jorenn92 jorenn92 reopened this Sep 16, 2020
@taylorotwell taylorotwell merged commit 5b4550e into laravel:1.x Sep 16, 2020
@jorenn92 jorenn92 deleted the patch-1 branch September 16, 2020 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants