Introduction
When creating a new project on Flare, we'll display installation instructions for your app. Even though the default settings will work fine for all projects, we offer some customization options that you might like.
The easiest way to install Flare is by using the spatie/laravel-flare
package. It allows you to send error to Flare.
Alternatively, you could opt to install spatie/laravel-ignition
which does exactly the same as spatie/laravel-flare
. Additionally, it will display a custom error page, called Ignition, in Laravel applications. This error page has a lot of extra features compared to Laravel's default error page.
The spatie/laravel-flare
package is only available for Laravel 11 and above. If you're using Laravel 10 or below, you'll need to use the spatie/laravel-ignition
package.