Form Requests are best known for validation logic that will pre-validate for you. They are fantastic, and I lean on them heavily all the time.
The post Let's talk about Form Requests appeared first on Laravel News.
Pest Laravel Expectations is a Pest plugin that adds Laravel-specific expectations to the testing ecosystem.
The post Laravel Expectations Plugin for Pest appeared first on Laravel News.
PlanetScale for Laravel is a package that helps you manage database migrations with Artisan and the PlanetScale API.
The post PlanetScale Database Migrations for Laravel appeared first on Laravel News.
The Validated DTO package for Laravel provides Data Transfer Objects with validation and type-casting.
The post Validated DTO Package for Laravel appeared first on Laravel News.
Laravel 10.5 introduces a case-sensitive flag for string replacement, empty columns support for insertUsing, a selectResultsets method, and more.
The post Laravel 10.5 Released appeared first on Laravel News.
The Query Expressions package for Laravel replaces raw query calls with expressions. Learn how this package can help you avoid writing database-specific queries.
The post Replace Raw Query Calls With Laravel Query Expressions appeared first on Laravel News.
With the release of PestPHP v2, we can now test the architecture of our applications. In this tutorial, we will walk through how to use this plugin.
The post Pest Architecture Plugin appeared first on Laravel News.
Bladestan adds static analysis in PHPStan for Blade templtes.
The post Static Analysis for Laravel Blade Templates appeared first on Laravel News.