Laravel Flows
β github.com - submitted by Steve McDougall
A fluent, modular workflow builder for Laravel that leverages the Pipeline pattern to simplify and organise business logic.
Read more [github.com]
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β github.com - submitted by Steve McDougall
A fluent, modular workflow builder for Laravel that leverages the Pipeline pattern to simplify and organise business logic.
Read more [github.com]
β www.youtube.com - submitted by Harris Raftopoulos
Discover how to manage 404 errors in Laravel by creating custom fallbacks.
Read more [www.youtube.com]
β ashallendesign.co.uk - submitted by Ash Allen
Read about how to use the `Illuminate\Console\Prohibitable` trait to prevent destructive commands from running in your Laravel application. We'll also look at how to prevent your own custom Artisan commands from running using this trait.
Read more [ashallendesign.co.uk]
β youtu.be - submitted by Bert De Swaef
Want to deploy your Laravel project on Forge with real-time WebSockets using Reverb? In this step-by-step tutorial, weβll walk you through setting up Laravel Forge, configuring your server, and integrating Reverb for real-time communication. Whether you're building a chat app, notifications system, or live updates, this guide will help you get everything running smoothly.
Read more [youtu.be]
β tighten.com - submitted by Kayla Helmick
Learn how to install and configure Typesense in a Laravel app, then optimize search by sorting records, using filters, adjusting typo tolerance, accessing raw responses, and leveraging facets for better filtering.
Read more [tighten.com]
β wilo-ahadi.com - submitted by Wilo Ahadi
A tutorial for loading an image as soon as it enters the viewport, using the Intersect plugin of the AlpineJS framework.
Read more [wilo-ahadi.com]
β nabilhassen.com - submitted by Nabil Hassen
Laravel 11.42 introduces new date query methods, making it easier to filter records by relative dates like past, future, today, and more.
Read more [nabilhassen.com]
β spatie.be - submitted by Spatie
Read more [spatie.be]
β stefanzweifel.dev - submitted by Stefan Zweifel
A new Laravel package to protect sensitive routes or actions with a confirmation-screen and ask for the two-factor authentication code of a user.
Read more [stefanzweifel.dev]
β backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
β jonathanpurvis.co.uk - submitted by Jon Purvis
Inspired by a Tweet from Christoph Rumpel asking for best practises for importing huge CSV files, I did a write up about how I've imported (so far) 1.7 billion rows of CSV data from Stripe using their API.
Read more [jonathanpurvis.co.uk]
β medium.com - submitted by Mazen Touati
Tackling scalability challenges unorthodoxly in large monoliths with strategies like multi-application infrastructure, circuit fuse, and hybrid DB optimization.
Read more [medium.com]
β tighten.com - submitted by Kayla Helmick
This article covers installing Rich Text Laravel and Trix in a Laravel app, adding rich text attributes to models, migrating existing content from plain text, and integrating Trixβs file attachment feature with Laravel.
Read more [tighten.com]
β koomai.net - submitted by Sid
Set up type-safe routes and data objects in your React frontend with Momentum Trail and Spatie's Laravel Data.
Read more [koomai.net]
β chrisgmyr.dev - submitted by Chris Gmyr
Over this blog series, we'll utilize the PHP Laravel framework and its built-in tools to build a robust CLI application to interface with YNAB's API.
Read more [chrisgmyr.dev]
β nabilhassen.com - submitted by Nabil Hassen
Five essential Artisan commands that should be part of every deployment workflow: `optimize:clear`, `optimize`, `queue:restart`, `schedule:interrupt`, and `schedule:clear-cache`.
Read more [nabilhassen.com]
β vbergeron.dev - submitted by Vincent Bergeron
In this article, Iβll explain how Laravel dynamically retrieves attributes on Eloquent models using PHP's "__get" magic method.
Read more [vbergeron.dev]
β 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]