Artisan Benchmark
This package lets you benchmark your artisan commands providing metrics for Execution Time, Memory Usage, SQL Query Count and Number or Rows returned/affected. The post Artisan Benchmark appeared...
View ArticleDocumenting API authentication in Laravel with Scramble
With Scramble, you can document your API’s authentication setup and even automate authentication requirements based on middleware, avoiding manual annotations. The post Documenting API authentication...
View ArticleIncorporating URL Fragments in Laravel's Pagination
Discover how to enhance Laravel's pagination with URL fragments. Learn to maintain scroll position and context across page navigation while improving user experience in content-heavy applications. The...
View ArticleLaravel Playwright - Start testing with Playwright quickly
The Laravel Playwright package provides the boilerplate needed to begin testing your Laravel applications with Playwright quickly. This package will help you install all the necessary files and...
View ArticleLaravel 12 and Laravel Shift with Jason McCreary
We are joined by Jason McCreary to discuss the upcoming release of Laravel 12, the importance of small improvements in the framework, and the role of Laravel Shift in making our lives easier. The post...
View Article4 Common Vite Errors in Laravel
Learn about four common errors you may encounter when using Vite in your Laravel applications. We'll cover possible causes and how to fix them. The post 4 Common Vite Errors in Laravel appeared first...
View ArticleManaging Data Races with Pessimistic Locking in Laravel
Explore Laravel's pessimistic locking methods to prevent data races in concurrent operations. Learn to implement robust data consistency measures in high-stakes scenarios like financial transactions....
View ArticleLaravel IDEA v10 is Here
The Laravel IDEA team released v10—the most significant release to date! It includes smart database table and field completion, powerful Inertia.js support, native Facade support, and more. The post...
View ArticleEverything we know about Laravel 12
Laravel 12 will be launched on Monday, February 24th, 2025, and will primarily be a maintenance release. Here is what we know so far. The post Everything we know about Laravel 12 appeared first on...
View ArticleExpose v3 is now out!
The new version brings powerful new features that make you even more productive when working with third-party APIs, a brand new dashboard design, Vite detection, and multiple performance improvements....
View ArticleManaging Multi-Device Sessions with Laravel's Device Logout Feature
Master the implementation of multi-device session management in Laravel. A comprehensive guide to terminating user sessions across devices and strengthening application security. The post Managing...
View ArticleIntegrate Grok AI in Laravel
The Grok AI package seamlessly integrates Grok AI into Laravel applications with an elegant, developer-friendly package. Leverage powerful AI models for chat, automation, and NLP while maintaining...
View ArticleEloquent Relationship Queries in Laravel with whereRelation
Unlock the power of Laravel's whereRelation method for streamlined relationship filtering. Build expressive queries that filter models based on related data without complex joins. The post Eloquent...
View ArticleFire Tower: Application & Config Monitoring
Fire Tower is a Laravel package and service to keep tabs on your applications. Let us keep watch on your config, package versions, and more. The post Fire Tower: Application & Config Monitoring...
View ArticleIntroducing Laravel Cloud
Laravel Cloud is your new fully managed infrastructure platform for Laravel. Go from Hello World to Hello Web in one minute or less. The post Introducing Laravel Cloud appeared first on Laravel News....
View ArticleLaravel 12 is Now Released
Laravel 12 has been released. It introduces new starter kits for React, Vue, and Livewire and updates the latest upstream dependencies. The post Laravel 12 is Now Released appeared first on Laravel...
View ArticleLatest and Oldest Relationship Methods in Laravel
Explore Laravel's latestOfMany and oldestOfMany methods for simplified relationship queries. Create expressive ways to access your models' first or most recent related records. The post Latest and...
View ArticleGetting to Know Laravel's New Starter Kits
With the release of Laravel 12, we have three new starter kits for React, Vue, and Livewire. Each starter kit also has a WorkOS AuthKit variant. These kits are beautiful inside and out, from the code...
View ArticleImapEngine is a simple API for managing mailboxes without the PHP extension
Steve Bauman talks with us about his newest package, ImapEngine, which provides a simple API for managing mailboxes -- without the PHP extension. The post ImapEngine is a simple API for managing...
View ArticleDynamic Relationship Loading in Laravel
Harness Laravel's loadMissing method for optimized relationship loading. Load related data conditionally and prevent N+1 query problems while keeping your code clean and efficient. The post Dynamic...
View Article