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 →
Image Dominant Color and HEIC Support in Laravel 13.24 image

Image Dominant Color and HEIC Support in Laravel 13.24

Read article
Official Laravel Zed Extension: LSP for PHP & Blade image

Official Laravel Zed Extension: LSP for PHP & Blade

Read article
Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD image

Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD

Read article
PhpStorm 2026.2 Released image

PhpStorm 2026.2 Released

Read article
Laravel Doctor: Diagnose Your App With One Artisan Command image

Laravel Doctor: Diagnose Your App With One Artisan Command

Read article
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article