Laravel Error Solutions augments Laravel’s build-in error pages to add easy fixes for common errors. It basically adds a fix this for me button.

# You can install the package via composer:
composer require spatie/laravel-error-solutions

Optional Commands

# (Optional) You can publish the config file with:
php artisan vendor:publish --tag="error-solutions-config"
 
# (Optional) You can publish the views
php artisan vendor:publish --tag="laravel-error-solutions-views"