#laravel#php
A domain is basically a way of grouping the logic of some parts so that you can work on that small parts without having to deal with all classes in your app.
It's sound heavy but it's actually a pretty lightweight practice. We talk about it in our book: laravel-beyond-crud.com
Jan 18, 2022 • 13 tweets • 6 min read
🚀 I'm proud to share that our team has released a new major version of Ignition. It's the most beautiful error page you ever seen, and it will be the default in @laravelphp 9
👍You can also install it in Laravel 8!
🧵 Let's take a look at all the features
At the top there's a new Docs item which will go straight to the Laravel documentation. That red dot means we found a very specific page (for instance the Eloquent page for query errors)
Settings can now be saved right in Ignition itself, you don't have to edit a config file.