spatie/laravel-error-solutions
Shows helpful, actionable “solutions” directly on Laravel’s error page, explaining likely causes and fixes. Some solutions are runnable with one click (e.g., generate APP_KEY), speeding up debugging during local development.
The package allows you to create custom solutions for your exception. A solution is a simple PHP class that implements the Spatie\ErrorSolutions\Contracts\Solution interface.
After you've created a solution class, there are two ways to use that solution: on an exception itself, or via a solution provider.
How can I help you explore Laravel packages today?