First party extensions
We've created a couple of packages that add functionality to Ignition. If you want to build your own custom Ignition extension, feel free to take these as a source of inspiration. Head over to the custom tab documentation to learn how you can create your own custom tab.
Ignition Tinker Tab
This package allows you to use Artisan tinker right on the error page. The package is a wrapper around spatie/laravel-web-tinker.
You can install the package using this command.
composer require facade/ignition-tinker-tab --dev
Ignition Code Editor
This package replaces the existing "Stack Trace" tab and adds an online code editor as the code snippet view. You can edit all application frames and by pressing CMD-S/CTRL-S immediately save the changes you made.
You can install the package using this command.
composer require facade/ignition-code-editor --dev
Ignition Self Diagnosis
This package adds a new tab to Ignition, that shows you common self-diagnosis checks and their results
You can install the package using this command.
composer require facade/ignition-self-diagnosis --dev