Skip to content

Instantly share code, notes, and snippets.

View promanapeople's full-sized avatar

promanapeople

View GitHub Profile
@jhoff
jhoff / Removable Laravel Routes.md
Last active July 31, 2023 03:42
Removable Laravel Routes

Removable Laravel Routes

This is a Laravel Router mixin that was originally written for a Laravel Spark app that allows you to remove previously defined routes that are hard coded in a package.

We no longer need it, but thought the code might be useful to someone so here it is

Disclaimer

This should not be used to modify the authentication routes that come with Laravel out if the box. There is a much easier way to do this. See the documentation and Stack Overflow for examples.