Open suotas opened 4 years ago
Add various error pages provided by Laravel.
should be able to use "abort(404, 'Not Found');" to get to the error page.
Use "php artisan vendor:publish --tag=laravel-errors" command to generate various error pages.
overview
Add various error pages provided by Laravel.
goal
should be able to use "abort(404, 'Not Found');" to get to the error page.
body
Use "php artisan vendor:publish --tag=laravel-errors" command to generate various error pages.
tasks