All notable changes to laravel-robots-middleware
will be documented in this file
- Laravel 11.x Compatibility by @laravel-shift in #25
Full Changelog: https://github.com/spatie/laravel-robots-middleware/compare/1.3.2...1.4.0
- support Laravel 10
- support Laravel 9
- Add support for PHP 8
- Drop suppoer for Laravel 5.8
- Add support for Laravel 8
- add support for Laravel 7
- add support for Laravel 6
- Fixed a bug that would occur when a
Symfony
response got returned instead of anIlluminate
response
- Removed response typehint since it hinders redirects
- Composer fix
- Moved orchestra to devdependencies
- Initial release