suotas / scrumble

scurmble is a todo list app that supports Scrum development. It is developed as a personal hobby.
0 stars 0 forks source link

Implement error page #20

Open suotas opened 4 years ago

suotas commented 4 years ago

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