Useful Laravel links to read/watch for this week of July 17, 2025. Source: Read MoreÂ
PHP
Laravel View Creators execute immediately after view instantiation, enabling early data preparation before rendering begins. Perfect for setting up foundational…
A Laravel Filament package that provides QR Code field functionality for your web applications. The post Add QR Code field…
AI-Driven Development Insiders Launch: 500 Seats. 24 Hours. 50% Off The post AI-Driven Development Insiders Launch: 500 Seats. 24 Hours.…
Laravel’s toUri() method converts strings to URI objects supporting fluent query parameter addition and modification. Streamline URL processing from text…
Laravel HLS is a package for generating HTTP Live Streaming (HLS) playlists and segments with AES-128 encryption. Convert your Eloquent…
The Laravel Claude Code Setup repo is a one-command setup for AI-powered Laravel development with Claude Code and MCP servers.…
Laravel’s Rule::contains() method provides fluent array validation syntax, replacing string concatenation with clean, readable rules. Maintain consistency with Laravel’s validation…
With PHP 8.5, a new fatal_error_backtraces setting can control whether a backtrace is shown for fatal errors. Learn how this…
Useful Laravel links to read/watch for this week of July 10, 2025. Source: Read MoreÂ
Version 1.1 of NativePHP drops Monday, July 14, and it isn’t just a collection of fixes. It’s a foundational upgrade…
Laravel’s custom object casting transforms database attributes into value objects through the CastsAttributes interface. Build sophisticated data handling with rich…
PHP 8.5 introduces a `diff` option for the php –ini flag that makes it easy to identify changed INI values…
Laravel’s model appending feature enriches JSON responses with computed attributes through accessors and the $appends property. Create dynamic API outputs…
The Laravel team released v12.20.0 with the ability to fail while throttling queue exceptions, a Queue Facade fakeFor() method, a…
Laravel Pint was updated with a –parallel flag, making Pint 40x faster. Learn how you can use this flag to…
A translation manager tool for Laravel Filament, that makes use of the Laravel Chained Translator. Source: Read MoreÂ
We have served thousands of students at PHPGurukul and know the unique needs of B.Tech students regarding final year projects…
Laravel’s Blade authorization directives provide clean syntax for conditional content rendering based on user permissions. Use @can, @cannot, and @canany…
A modern AI chat starter kit built with Laravel, featuring real-time streaming responses using Prism, Inertia.js, Vue.js, and TailwindCSS The…