JSON Unicode Cast Type Added in Laravel 12.3
The Laravel team released v12.3.0, which includes a new JSON Unicode cast type, check linked storage status in the "artisan about" command, native JSON and JSONB support in SQLite schemas, and more....
View ArticleLeveraging Laravel's Conditional Ping Methods for Task Monitoring
Upgrade your Laravel scheduler monitoring with conditional ping methods. This approach allows for selective notifications based on environment, application state, or custom conditions for more precise...
View ArticleSimple Cookie Consent Packge for Laravel
The Laravel Cookie Guard package provides a simple cookie consent window through which users can specify the cookies they want to allow. The post Simple Cookie Consent Packge for Laravel appeared...
View ArticleStargazing in Your Laravel App with Intervention Zodiac
Intervention Zodiac helps to calculate zodiac signs and to resolve the respective star sign from various data types The post Stargazing in Your Laravel App with Intervention Zodiac appeared first on...
View ArticleString Manipulation with Laravel's remove Method
Improve string manipulation in your Laravel applications with the Str::remove method. This utility makes character removal operations more readable while supporting both single character and...
View ArticleCreate Self-Contained PHP Executables with PHPacker
PHPacker enables you to package any PHP script or PHAR into a standalone, cross-platform executable. It handles all the complexity of bundling PHP with your application, making distribution simple and...
View ArticleConnecting Laravel Socialite with Google Client PHP Library
This article will guide you through setting up Laravel Socialite with Google OAuth and connecting it to the Google Client PHP Library. The post Connecting Laravel Socialite with Google Client PHP...
View ArticleHandling Nested Attributes with Laravel's Fluent set Method
Simplify complex data handling in Laravel applications with the Fluent set() method, allowing for intuitive management of nested attributes using dot notation while maintaining a clean, chainable...
View ArticleCome for the Simplicity, Stay for the Extensibility: Identity with FusionAuth
FusionAuth is a downloadable Customer Identity and Access Management (CIAM) solution for developers and engineering teams to add authentication features in their app within minutes; including login,...
View ArticleConfiguring Middleware in Laravel
If you are maintaining Laravel 10 applications or earlier, learn how using middleware has changed from earlier versions to Laravel 12, the latest version. The post Configuring Middleware in Laravel...
View ArticlePrecise Collection Filtering with Laravel's whereNotInStrict
Elevate your Laravel collection filtering with whereNotInStrict for type-sensitive exclusions that ensure both value and data type must match, delivering more predictable results when working with...
View ArticleAureus ERP
The powerful Open Source ERP platform built on Laravel to optimize and streamline your business operations. The post Aureus ERP appeared first on Laravel News. Join the Laravel Newsletter to get all...
View ArticleDownload Files Easily with Laravel's HTTP sink Method
Simplify file downloads in Laravel with the HTTP sink method that creates a direct pipeline from remote resources to local storage, efficiently handling large files without memory concerns while...
View ArticleSolo Dumps for Laravel
The Solo Dumps package for Laravel is a console command that intercepts dump() calls from your Laravel application and displays them in a dedicated terminal. The post Solo Dumps for Laravel appeared...
View ArticleCustomizing Laravel Optimization with --except
Enhance your Laravel deployment workflow with the --except flag for optimization commands, allowing selective exclusion of specific caching operations while maintaining other performance benefits...
View ArticleGenerate Documentation in Laravel with AI
Docudoodle is a PHP documentation generator package for Laravel that analyzes your codebase and creates documentation using your AI of choice. Docudoodle helps you understand your codebase better. The...
View ArticleIntroducing Hypervel: A Coroutine Framework for Laravel Artisans
Hypervel is a high-performance PHP framework inspired by Laravel, offering native coroutine support for developers building high-concurrency and I/O-intensive applications The post Introducing...
View ArticleEnhanced HTTP Client Debugging in Laravel
Streamline your HTTP debugging workflow in Laravel with the new dump and dd methods for the HTTP Client, offering quick inspection of responses and headers with the same familiar syntax used...
View ArticleGenerate Persistent Unique Values in Laravel
Laravel Unique Values is a package that generates persistent unique values with support for concurrency. It supports features like concurrency and generator customizations, storing unique values in...
View ArticleBuilding Powerful Date Validation with Laravel's Date Rule
Simplify date validation in your Laravel applications with the fluent Date rule. This chainable interface provides an elegant solution for handling complex date relationships while keeping your...
View Article