A beautiful error page for Laravel apps
Ignition is a customizable error page tailored for Laravel applications, compatible with versions ranging from Laravel 5.5 up to Laravel 8. It serves as the default error page for Laravel 6 applications and offers integration with Flare for error tracking and notifications.
To install Ignition for Laravel applications, follow these steps:
Require the package using Composer:
composer require facade/ignition
If you are using Laravel 8 or above, consider switching to spatie/laravel-ignition
as a drop-in replacement:
Replace facade/ignition
with "spatie/laravel-ignition": "^1.0"
in your application’s composer.json
file.
For more detailed installation instructions and configurations, refer to the official documentation on the Flare website.
Ignition is a valuable tool for Laravel developers, offering a visually pleasing error page and integration with Flare for error tracking. With its customization options and compatibility with multiple Laravel versions, Ignition enhances the user experience and simplifies error management in Laravel applications.