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

[10.0] Add ability to ignore cashier routes #763

Merged
merged 2 commits into from
Aug 27, 2019

Conversation

amranidev
Copy link
Contributor

@amranidev amranidev commented Aug 27, 2019

Why?

It would be better to ignore cashier routes if we want and use our own instead.

@taylorotwell taylorotwell merged commit 135dbcc into laravel:10.0 Aug 27, 2019
@driesvints
Copy link
Member

But you can overwrite the routes in your web.php file. So not sure why you'd want to ignore the default ones?

@amranidev
Copy link
Contributor Author

amranidev commented Aug 29, 2019

@driesvints We don't want cashier service provider to register any routes, we use custom endpoints and behaviours (we don't use web.php), and it will keep our api docs nice and clean for us.

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.

3 participants