PHP 8.5 will support recursion in Closures by fetching the currently executing Closure. Learn how you can support recursion using…
PHP
Take the State of Laravel 2025 survey to contribute your voice to the Laravel community. By sharing and participating, you…
The Laravel team released v12.21.0 with singleton and scoped container attributes, a query builder method to check if a value…
Generate a new IDE Helper file for Laravel Actions. Source: Read MoreÂ
Adds Stripe Connect functionality to Laravel’s main billing package, Cashier. Source: Read MoreÂ
Laravel Live Denmark is back with its second edition of the conference, to be held in Copenhagen, Denmark, on 21-22.…
The next Laravel Worldwide Meetup is today, Tuesday, July 22nd, 2025. The meetup starts on YouTube at 16:00 UTC and…
In Livewire v3 (≤ 3.6.3), a vulnerability allows unauthenticated attackers to achieve remote command execution in specific scenarios. The post…
The spatie/ping PHP package provides a simple way to execute Internet Control Message Protocol (ICMP) ping commands and parse the…
Laravel’s Context system enables clean data sharing between database seeders through the Context facade and attribute-based injection. Eliminates redundant queries…
Latest PEAR Releases: Text_LanguageDetect 1.0.2 Text_LanguageDetect 1.0.1 Archive_Tar 1.6.0 Source: Read MoreÂ
In today’s digital age, the integration of technology into education has become essential for improving learning experiences and administrative efficiency.…
Laravel’s skipWhile method conditionally skips collection items until a callback returns false, then preserves all remaining items. Perfect for threshold…
In this tutorial, we will deploy a simple Laravel application on the Laravel cloud and connect with MongoDB Atlas. The…
The Laravel team has released some sweet updates to Inertia.js v2 and the Laravel adapter, introducing new features, an improved…
The “Notes Android App Using SQLite” is a mobile application developed for Android devices with the primary goal of providing…
Tinkerwell v5 adds an MCP server, inline AI code completion, AI chat, a refreshed UI and much more! The post…
The PHP team is pleased to announce the second testing release of PHP 8.5.0, Alpha 2. This continues the PHP…
Laravel’s Isolatable interface prevents concurrent command execution by implementing automatic locking mechanisms. Essential for data processing, backups, and system maintenance…
Symfony AI is a set of components that integrate AI capabilities into PHP applications. While these packages are still considered…