Releases: DivineOmega/laravel-route-restrictor
Releases · DivineOmega/laravel-route-restrictor
v2.1.0
- Do not process restrictions if PHP is running via the command line. Mitigates issues running unit tests.
v2.0.0
- Ability to disable global route restriction on specific a specific route or routes
- Allow grouping of multiple routes under the same route specific restriction
- Removed need to use named routes
- More flexible global restriction configuration via config file if required
- Fix to global restriction username not being checked correctly
- Updated setup instructions and documentation
v1.0.1
- Simplified installation instructions.
v1.1
- Improved how named routes are identified, which fixes some issues that can cause middleware conflicts
v1.0
First stable release.