We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the 5.7 The messages where removed in this commit 2d21bc2
Some ( 403.blade.php and 503.blade.php ) where restored in this PR #27893
403.blade.php
503.blade.php
The goal of this issue is to restore the missing ones :
401.blade.php
404.blade.php
419.blade.php
429.blade.php
500.blade.php
So, when we use the abort() function, we get a consistent behavior with the messages and the error pages
abort()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On the 5.7 The messages where removed in this commit 2d21bc2
Some (
403.blade.php
and503.blade.php
) where restored in this PR #27893The goal of this issue is to restore the missing ones :
401.blade.php
404.blade.php
419.blade.php
429.blade.php
500.blade.php
So, when we use the
abort()
function, we get a consistent behavior with the messages and the error pagesThe text was updated successfully, but these errors were encountered: