79080810

Date: 2024-10-12 10:35:00
Score: 0.5
Natty:
Report link

You can publish them using php artisan vendor:publish --tag=laravel-errors. But I'll suggest you to use your custom view instead of modifying default views. Please refer to the official docs.

To create your custom error view create a new file with the error code like resources/views/errors/419.blade.php

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dhruv Pandya