Releases: enniosousa/server-error-pages
Releases · enniosousa/server-error-pages
v1.1.0
What's Changed
- Update to PSR-4 and Laravel framework by @enniosousa in #5
Full Changelog: v1.0.6...v1.1.0
Add compatibility to newest Laravel and PHP version
- Add compatibility with Laravel 6.* and 7.*
- Fix PHP 7.4 syntaxe: Uncaught ErrorException: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
Compatible with Laravel 5.8
v1.0.5 Compatible with Laravel 5.8
HTTP error 400, 401; Alter license; Support to Laravel 5.5 or higher
Add HTTP error "405 Method not allowed"
- Add HTTP error "405 Method not allowed"
- Improvements in 419 error button
First release
v1.0.0 Update composer.json