Laravel Packages

Laravel Error Solutions on the Default Exception Page

Published
Laravel Error Solutions on the Default Exception Page image

With the release of the first-party default exception page in Laravel 11.9, the existing error solutions feature was removed. The Laravel Error Solutions package by Spatie brings back solutions for the most common errors users face.

This package brings back the following features to the error page that were previously provided:

  • Display error solutions to common errors (i.e., function name typos)
  • Automate running some solutions that can be fixed automatically
  • Support for AI-generated solutions
  • Create a custom solution class to add your own solutions
  • And more...

You can get started with this package by installing it a dependency of your application:

composer require spatie/laravel-error-solutions
 
# Optionally publish the `error-solutions.php` config
php artisan vendor:publish --tag="error-solutions"

You can learn more about this package, get full installation instructions, and view the source code on GitHub. The documentation for this package is available on Spatie's docs website.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article