Soon, Laravel 9 wil release and there are some new features that we can use them.
This series is going to be a sequel about Laravel framework version 9 and in each article we will review a new feature!
1. Say hello to new Error Page
New Laravel 9 Error Page will provide some new information, functionalities and help we understand code better.
This design will show us routes, stack, context parameters and so much more...
2. Beautiful Route List
Maybe, you are agreed with me about we needed a fresh design for showing the list of routes with php artisan route:list
command and here it is with Laravel 9.
3. Test Coverage through Terminal
In Laravel 9, they will be introducing the
artisan test --coverage
option. This option displays the test coverage directly on the terminal.
This feature comes with an--min
option, that you may use to indicate the minimum threshold enforcement for test coverage.
Farewell... till next episode!
Top comments (0)