VS Code has firmly established itself as the go-to editor for developers worldwide. While PHPStorm seems to be the preferred…
Laravel
We’re excited to announce the stable release of Inertia 2.0, bringing significant improvements to how you build software with Laravel.…
API resources are an excellent way to build APIs with Laravel. They provide a transformation layer for models and the…
Laravel’s custom casts enable tailored data transformations, extending beyond built-in casting capabilities to handle complex data types and business logic.…
This week, the Laravel team released v11.36, which includes a chainable Fluent::set() method, a default global alias for the new…
Helpers for laravel Source: Read MoreÂ
When building APIs, Laravel reindexes resource collections numerically by default. For cases where original keys carry meaning, preserveKeys property maintains…
Laravel 11.35 introduced the Uri class powered by the PHP League’s URI library. Uri makes it easy to manipulate and…
In this episode of the Laravel Creator Spotlight, we speak with Aaron Francis and look at his journey to fame,…
Geospatial data is important in many applications, from mapping services to ride-sharing apps and even logistics. Whether you’re tracking a…
The Laravel Mails package collects everything about sent emails in your Laravel app. When your app fails to deliver an…
Localizator is a small tool for Laravel that gives you the ability to extract untranslated strings from project files. It…
This is tiktoken-php (yethee/tiktoken) wrapper for Laravel Source: Read MoreÂ
When processing extensive data in Laravel applications, memory management becomes critical. Laravel’s LazyCollection provides an efficient solution by loading data…
Form validation in web applications requires careful handling of interdependent fields. Laravel’s prohibited_if validation rule provides an elegant solution for…
Managing URL parameters in Laravel applications, particularly those with multiple languages or complex routing patterns, can become repetitive. Laravel provides…
The packagist team announced it’s shutting down support for Composer v1.x on February 25th, 2025. Composer 1.x has served the…
Timezone mapper for Laravel Source: Read MoreÂ
When working with conditional data modifications in Laravel applications, the transform() helper provides an elegant solution. This powerful utility function…
Xdebug has a history of having a steep setup learning curve. I am here to show you that setting up…