Do you think you write SECURE code in Laravel? Let’s see if you follow these 9 pieces of advice about…
Laravel
Master Laravel’s JSON column update capabilities using the arrow syntax. Learn to efficiently modify specific portions of JSON data in…
This package lets you benchmark your artisan commands providing metrics for Execution Time, Memory Usage, SQL Query Count and Number…
Explore Laravel’s built-in full-text search capabilities using whereFullText methods. Learn how to implement efficient search functionality across MariaDB, MySQL, and…
Profanify is a PestPHP Plugin designed to detect and flag instances of profanity within your application. The post Profanify appeared…
Phiki is a PHP syntax highlighter developed by Ryan Chandler used to create code syntax highlighting for both web and…
Explore the Laravel Developers Report 2025 by Adeva—uncover trends, AI impact, and salary benchmarks to stay ahead in the Laravel…
Aaron Francis and Try Hard Studios just officially launched Fusion! The post Fusion Developer Preview is released: Write PHP inside…
Streamline permission-based routing in Laravel with enhanced enum support. Create cleaner, type-safe route definitions while maintaining robust access control in…
A Laravel package to run multiple commands at once, to aid in local development. Source: Read MoreÂ
Master Laravel’s pagination display with onEachSide. Create adaptive navigation interfaces that adjust to your dataset size while maintaining a clean…
We now have access to useful relative query builder methods for dates. While you don’t need to refactor all your…
Simon Hamp joins us to discuss the development of Native PHP iOS, a project that allows PHP applications to run…
The Telegram bot library that doesn’t drive you nuts Source: Read MoreÂ
Elevate your Laravel application’s routing intelligence with the named method. Create smarter, context-aware components that respond dynamically to the current…
The Laravel team released v11.42, which includes relative date helpers, fluent numeric validation, JSON assertions on streamed content, and more.…
Take control of Laravel’s model binding failures with the missing method. Transform 404 errors into meaningful interactions by providing smart…
In Laravel, dispatching a Job to the Queue is simple. But what about 5,000 jobs at once? Will it crash…
Integrates the Trix Editor with Laravel. Inspired by the Action Text gem from Rails. The post Rich Text Laravel appeared…
Laravel Mail driver for Microsoft Office 365 using the MSGraph API Source: Read MoreÂ