A Look Into Custom Laravel Pulse Cards
– fly.io - submitted by Kathryn Anne Tan
In this article we record and aggregate our own, custom Laravel Pulse metrics, and display these in our custom Pulse card!
Read more [fly.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– fly.io - submitted by Kathryn Anne Tan
In this article we record and aggregate our own, custom Laravel Pulse metrics, and display these in our custom Pulse card!
Read more [fly.io]
– youtu.be - submitted by Bert De Swaef
In this episode, I'm sitting down with Rissa Jackson. She transitioned from English/Chinese to software development and fell in love with Laravel.
Read more [youtu.be]
– srwiez.com - submitted by Eser DENIZ
I like to use the findOrFail() function in Livewire methods that call actions. But I really don't like the default behaviour of Livewire showing a modal view with a 404. Let me show you how to personalise that.
Read more [srwiez.com]
– github.com - submitted by Ash Allen
Laravel Exchange Rates now supports the CurrencyBeacon API.
Read more [github.com]
– blog.shahryartayeb.com - submitted by Shahryar
Explore hosting your Laravel app on Flyio for free with their credit system. Dive into deployment, database setup, storage, and custom domains.
Read more [blog.shahryartayeb.com]
– acairns.co.uk - submitted by Andrew Cairns
Learn about Composition, Inheritance and what Composition over Inheritance means with a little help from some 8-bit friends!
Read more [acairns.co.uk]
– srwiez.com - submitted by Eser DENIZ
If you have tried to use wire:transition in a loop in Livewire, you may have seen some weird behaiour. It's because of limitation recently documented on Livewire. But no worries, I have a workaround for you!
Read more [srwiez.com]
– www.youtube.com - submitted by Bert De Swaef
We're taking a look at the 2 options we have with Laravel Livewire Volt
Read more [www.youtube.com]
– bert.gent - submitted by Bert De Swaef
Read more [bert.gent]
– aleksandertabor.com - submitted by Aleksander Tabor
Keep Laravel Mix and Vite in one Laravel project and use them together.
Read more [aleksandertabor.com]
– medium.com - submitted by Mazen Touati
Cacheable Entities is an opinionated caching infrastructure, including things like Key/TTL encapsulation, sync/async cache, serialization, stale cache, and more.
Read more [medium.com]
– muhammedsari.me - submitted by Muhammed Sari
Laravel and its prosperous open-source community. Can it even get better? Yes, I do think so. Please allow me to share a few points on how to get even better as a community.
Read more [muhammedsari.me]
– youtu.be - submitted by Bert De Swaef
In this episode, I'm sitting down with James Brooks. He's a core member at Laravel.
Read more [youtu.be]
– blog.oussama-mater.tech - submitted by Oussama Mater
How often have you heard "Code to an interface"? I'm sure, at least a few times, and I know it can be hard to understand at first. I've been there, so let's see what it means.
Read more [blog.oussama-mater.tech]
– ashallendesign.co.uk - submitted by Ash Allen
Read about how to create and test Artisan commands in your Laravel application. This article also covers how to use Laravel's `Process` facade to interact directly with your server from your Laravel app.
Read more [ashallendesign.co.uk]
– ahmedshamim.com - submitted by Ahmed Shamim
Laravel provides some excellent 'Retry' mechanisms out of the box for handling transient failures! In this article, we'll learn about these mechanisms to build a reliable system using Laravel!
Read more [ahmedshamim.com]
– seankegel.com - submitted by Sean Kegel
Learn how to create, throw, and handle custom exceptions when making requests to third-party APIs.
Read more [seankegel.com]
– ashallendesign.co.uk - submitted by Ash Allen
Learn about how to use JoliNotif (jolicode/jolinotif) to display desktop notifications from your PHP CLI applications and Laravel Artisan commands.
Read more [ashallendesign.co.uk]
– github.com - submitted by Ash Allen
Favicon Fetcher v3.2.0 adds a new `largestByFileSize` method to the `FaviconCollection`.
Read more [github.com]
– baspa.dev - submitted by Bas van Dinther
In the previous blog post, we explored a Node.js script that helps identify missing translations in JSX files. Now, let's take the next step and automate this process using GitHub Actions. By doing so, you can ensure that every pull request is checked for missing translations, providing a seamless and efficient way to maintain your application's internationalization.
Read more [baspa.dev]