Laravel Packages

Share Error Package for Laravel's New Exception Page

Published
Share Error Package for Laravel's New Exception Page image

When Laravel moved to the new minimal default Exception Page in Laravel 11.9, Spatie released a Laravel Share Error package that brings back the ability to share your Laravel exceptions with others.

Once you install the package, you can share your local exception with others via a generated public URL:

The share menu supports light and dark mode, and creates a share just like the original Laravel Ignition exception page that shipped with Laravel. Once you create a public share, your colleagues have access to the stack trace, context info such as request, routing details, and view variables.

You can learn more about this package, get full installation instructions, and view the source code on GitHub. Also, you can install this package as a development dependency in Laravel 11 apps using Composer:

composer require spatie/laravel-error-share --dev
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