If you want to get simple template of 404 error page, You can use this template. This template was inspired from detik.com error page.
- clone this template
- add
.htaccess - add this code
ErrorDocument 404 404.html - Done
- clone this repo
- copy
assetsto yourpublicfolder. - make folder
errorsat/resources/views/ - copy
404.htmlto/resources/views/errors/and rename to404.blade.php - done
