This week, the Laravel team released v11.2, which includes a fluent() support helper, a context() helper, improved handling of a missing database during a migrate
operation, and more.
Laravel Stub is a package that aims to enhance your development workflow in Laravel by providing a set of customizable stubs. Using the project's LaravelStub
facade, you can manage stubs with the following API:
Laravel has every testing tool you'll need to productively write feature and unit tests, giving you more confidence in your code and fewer bugs. Using an out-of-the-box installation, we can immediately see coverage reports with artisan using the --coverage
flag:
With this week's v1.15.0 release of Laravel Pint, a new --bail
flag was introduced. The bail flag stops Laravel pint execution on the first failure like Pest:
The next Laravel Worldwide Meetup is today at 16:00 UTC featuring TJ Miller.
TJ is going to take us on an AI crash course and show us how to get up and running in a Laravel application with the help of an exciting new package.