Useful Laravel links to read/watch for this week of June 12, 2025. Source: Read MoreÂ
PHP
Introducing Lateral’s Fragment method—your key to seamless user navigation. By targeting specific sections with anchors, users remain focused on their…
Laravel’s Str::transliterate method converts special characters to their ASCII equivalents, enabling consistent text normalization. This utility simplifies content processing by…
The Laravel team released v12.18.0, with encrypt and decrypt string helpers, per-request truncation limit for HTTP client responses, a new…
Filament v4 beta is officially out and packed with new features. In this article, I’ve picked four important ones. Let…
The Weather Detection System Project in Php is a web-based technology which is developed to provide users with real-time weather…
Latest PECL Releases: nsq 3.9.1 Fixed consumer not working on CentOS: Switched to timer-based solution, abandoned multi-process approach Source: Read…
Laravel’s Collection::wrap method seamlessly converts any value type into a collection, handling single values, arrays, and existing collections uniformly. This…
The Laravel Audit Log package is designed to provide detailed audit logging for Laravel applications. Each model gets a dedicated…
You came for PHP. Stay for what scales: How to Become A Better Developer Learning from Code & Character By…
Tired of cluttered pagination in your interface? The ‘onEachSide’ method refines your page navigation by controlling the number of links…
Laravel’s collection forget method removes elements by their keys while modifying the original collection in place. This utility enables direct…
An opinionated Laravel starter kit with Vue.js, Inertia.js, and Tailwind CSS including authentication, admin dashboard, and essential features for building…
We’ve been working a lot with Filament since 2023. After publishing many tutorials on this website, we decided to dedicate…
In this tutorial, we will walk through how to perform migration with MongoDB in Laravel The post Laravel Migration With…
An opinionated Laravel starter kit with Vue.js, Inertia.js, and Tailwind CSS including authentication, admin dashboard, and essential features for building…
The Online Scrap Portal is a web-based platform designed to streamline the process of scrap collection and recycling by connecting…
Laravel UI Components using TailwindCSS, Blade Templates and vanilla Javascript Source: Read MoreÂ
Tired of constantly wrestling with type errors in API responses? Fluent methods offer a type-safe, boilerplate-free way to streamline your…
Laravel’s Str::replaceStart method enables precise prefix replacement by modifying strings only when they begin with specific content. This utility excels…