Laravel Breeze now with dark mode
Published on by Eric L. Barnes
Thanks to Jess Archer Laravel Breeze now includes a dark mode.
To get this new dark mode when you install Breeze you can pass the --dark
flag:
php artisan breeze:install --dark
Another new feature coming in Laravel 10 is adding types to user-land code, and this applies across all the first-party Laravel packages, including stubs and starter kits.
To get a head start on this, Taylor announced they've begun releasing some of these changes in packages like Breeze and Jetstream and all the changes are backward compatible.
The new dark mode is available today and you can get started with it right away.
Eric is the creator of Laravel News and has been covering Laravel since 2012.