With the release of Laravel 9.32, a benchmarking helper was introduced, which is useful for quickly testing performance of certain parts of your application.
The post Quickly test the performance of your Laravel app with the Benchmarking helper appeared first on Laravel News.
Eloquent is one of the most powerful and amazing features in a modern framework today. From casting data to value objects, transactions, and relationships.
The post Writing to the Database with Eloquent appeared first on Laravel News.
The Laravel team released 9.32 with dd() file and line output, encrypting and decrypting .env files, a short syntax for blade component attributes, and more.
The post Laravel 9.32 Released appeared first on Laravel News.
Laravel Meilitools provides additional tools for Laravel Scout 9+ integration with MeiliSearch.
The post Meilitools offers advanced Meilisearch index features in Laravel Scout appeared first on Laravel News.
In this article, learn about some of the big features coming to Laravel Livewire v3.
The post Upcoming Livewire v3 Features and Changes appeared first on Laravel News.
The Laravel team released 9.31 with a request lifecycle duration handler, update model without changing timestamps, fake batches for testing, and more.
The post Laravel 9.31 Released appeared first on Laravel News.
The data model is one of the most important parts of any Laravel application, many systems are designed around this data model so we approach it first.
The post Setting up your Data Model in Laravel appeared first on Laravel News.