Building a micro dependency container, because why not?
– flareapp.io - submitted by Spatie
Read more [flareapp.io]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– flareapp.io - submitted by Spatie
Read more [flareapp.io]
– infinitypaul.medium.com - submitted by Paul Edward
A self aware post on email:dns, lovely and it has a little side effect
Read more [infinitypaul.medium.com]
– nabilhassen.com - submitted by Nabil Hassen
Learn how to use middlewareFor and withoutMiddlewareFor methods in Laravel 11.38 to apply or exclude middleware for specific method in resource routes.
Read more [nabilhassen.com]
– acairns.co.uk - submitted by Andrew Cairns
First post in a devlog documenting the journey of extracting a service from an existing monolith. Writing about every step, from initial planning to final implementation, taking a comprehensive look at all the triumphs and challenges along the way.
Read more [acairns.co.uk]
– www.crwlr.software - submitted by Christian Olear
Have you ever deployed your website or web app, only to discover hours later that you’ve introduced bugs or broken links? Or do you clear the cache with every deploy, leaving the first users to experience slow performance? In this guide, you’ll learn how to use a crawler to automatically detect errors and warm the cache, ensuring your site runs smoothly after every deployment.
Read more [www.crwlr.software]
– nabilhassen.com - submitted by Nabil Hassen
Laravel 11.38 introduces the --except option for optimize and optimize:clear commands, letting you skip specific tasks.
Read more [nabilhassen.com]
– flareapp.io - submitted by Spatie
Read more [flareapp.io]
– qirolab.com - submitted by Harish Kumar
PSR-6 comes in—a PHP standard that provides a consistent interface for caching systems, making your code flexible, efficient, and easier to maintain.
Read more [qirolab.com]
– tighten.com - submitted by Kayla Helmick
Straightforward walkthrough for setting up Docker using Takeout.
Read more [tighten.com]
– tighten.com - submitted by Kayla Helmick
Learn to create a customizable admin panel in minutes with our Filament Crash-Course.
Read more [tighten.com]
– nabilhassen.com - submitted by Nabil Hassen
Laravel 11.37.0 introduces whereDoesntHaveRelation and whereMorphDoesntHaveRelation, simplifying queries for models without specific relationships.
Read more [nabilhassen.com]
– youtu.be - submitted by Bert De Swaef
In this short video, we break down the key differences between Pass by Value and Pass by Reference in PHP. 🚀 Understanding these two concepts is essential for writing efficient and bug-free code. Learn how PHP handles variables when passed to functions, and see how small changes in your code can have a BIG impact on performance and behavior! 🔍
Read more [youtu.be]
– nabilhassen.com - submitted by Nabil Hassen
Combine data from multiple tables in Laravel using different join types like inner, left, right, and advanced joins with practical examples.
Read more [nabilhassen.com]
– www.youtube.com - submitted by Davor Minchorov
Learn about servers, serverless and how to deploy PHP and Laravel applications on AWS Lambda using Bref PHP.
Read more [www.youtube.com]
– nabilhassen.com - submitted by Nabil Hassen
Monitor Laravel queues without external packages and get notified when jobs exceed a threshold, ensuring timely action to prevent delays.
Read more [nabilhassen.com]
– albertoarena.it - submitted by Alberto Arena
Laravel event sourcing generator adds a new Artisan command that can generate a full domain directory structure for Spatie event sourcing.
Read more [albertoarena.it]
– nabilhassen.com - submitted by Nabil Hassen
Learn about the 23 powerful Laravel and Livewire PHP Attributes.
Read more [nabilhassen.com]
– www.conroyp.com - submitted by Paul Conroy
Using Cloudflare Workers we can quickly build an effective API proxy, without spinning up any additional hardware. Whether its needing a CORS proxy, speeding up slow APIs via caching, or rate limit management on stingy APIs, this serverless tech is as easy to set up as it is powerful.
Read more [www.conroyp.com]
– backpackforlaravel.com - submitted by Karan Datwani
Blade provides directives like @foreach, @while, @for, and @forelse for working with PHP's loop. Did you know... A handy $loop variable is available within these directives.
Read more [backpackforlaravel.com]
– maciekpalmowski.dev - submitted by Maciek Palmowski
Statamic’s Field Actions make it super easy to automate tasks like tweaking text or filling in fields. The article shares examples, such as turning text into a title case or grabbing URL metadata.
Read more [maciekpalmowski.dev]