Custom blade directives for your views.
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.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– 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]
– 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]