Skip to content

Commit

Permalink
[9.x] Adds ignition to release notes (laravel#7611)
Browse files Browse the repository at this point in the history
* Adds new version of ignition to release notes

* Update releases.md

* Update releases.md

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
nunomaduro and taylorotwell authored Jan 21, 2022
1 parent 2b19dd9 commit 3cc1406
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,12 @@ Laravel now includes pagination views built using [Bootstrap 5](https://getboots
{
Paginator::useBootstrapFive();
}

<a name="exception-page"></a>
### Improved Ignition Exception Page

Ignition, the open source exception debug page created by Spatie, has been redesigned from the ground up. The new, improved Ignition ships with Laravel 9.x and includes light / dark themes, customizable "open in editor" functionality, and more.

<p align="center">
<img width="100%" src="https://user-images.githubusercontent.com/483853/149235404-f7caba56-ebdf-499e-9883-cac5d5610369.png"/>
</p>

0 comments on commit 3cc1406

Please sign in to comment.