How to filter outgoing emails in Laravel
– ralphjsmit.com - submitted by Ralph J. Smit
In this tutorial I'll show you how to use event listeners to stop outgoing emails just before they're sent.
Read more [ralphjsmit.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– ralphjsmit.com - submitted by Ralph J. Smit
In this tutorial I'll show you how to use event listeners to stop outgoing emails just before they're sent.
Read more [ralphjsmit.com]
– youtu.be - submitted by Ashish Dhamala
Here, we will be looking at a hidden trait that is present in Laravel and its name is ForwardsCalls. It allows you to forward a method call to another object with just a simple method.
Read more [youtu.be]
– github.com - submitted by STEPHEN JUDE
A simple Laravel implementation for all payment providers. This package supports Paystack, Flutterwave, Klasha, and Stripe.
Read more [github.com]
– github.com - submitted by Peter
Add OAuth login through Laravel Socialite to Filament.
Read more [github.com]
– www.youtube.com - submitted by Andrew Schmelyun
I recreated the basic concept of Reddit's r/place experiment using Laravel, Vue, a canvas element, and websockets for real-time interactivity.
Read more [www.youtube.com]
– tighten.com - submitted by Jamison Valenta
Looking for a fun way to dive deeper into Laravel that's not just a to-do list tutorial? Our "Learning Laravel" series by Kristin Collins is exactly what you've been missing!
Read more [tighten.com]
– muathye.com - submitted by Muath
Sometimes we need to make a powerful validation like Laravel validation but it works in the backend and we want it to be in font-end specially on the input itself.
Read more [muathye.com]
– arunas.dev - submitted by Arunas
Written from scratch with performance and utility in mind, this new version brings a cleaner and faster interface, along with a few new tricks up its sleeve.
Read more [arunas.dev]
– sinnbeck.dev - submitted by René Sinnbeck
Build a file uploader that supports drag and drop and file selection, has a progressbar, filename preview and file removal.
Read more [sinnbeck.dev]
– ashallendesign.co.uk - submitted by Ash Allen
Read about how I used CopyAI to write an article about the benefits of open-source development in under 30 minutes. The article also covers the benefits and drawbacks of AI-written articles.
Read more [ashallendesign.co.uk]
– www.csrhymes.com - submitted by Chris Rhymes
Last year I wrote a post about testing Laravel Livewire validation rules with PHP Unit. This post uses the same techniques as that post, but shows how to transfer it to Pest instead of PHP Unit.
Read more [www.csrhymes.com]
– doeken.org - submitted by Doeke Norg
It's time to replace your mocked event dispatchers with a real one.
Read more [doeken.org]
– tighten.com - submitted by Jamison Valenta
If you're running a Laravel application in the 5's, have a legacy application bootstrapped inside Laravel, don't have any tests, or are staring in silent terror at just how long ago your production server's PHP version hit its end-of-life, this post is for you!
Read more [tighten.com]
– youtu.be - submitted by Ashish Dhamala
Here, we will be looking at how to setup multiple tilwind configurations in a single Laravel project. Sometimes, we may need separate tailwind configurations for our backend and separate for our frontend. In such scenario, it will be very very helpful.
Read more [youtu.be]
– aschmelyun.com - submitted by Andrew Schmelyun
If you've been working with PHP regularly, chances are you've run across an Interface, Trait, or Abstract Class. At first glance, they might appear to have a few similarities between them, and it can be hard to make out their differences and use cases.
Read more [aschmelyun.com]
– chrysanthos.xyz - submitted by Chrysanthos
Laravel Nova includes a way to generate Trend metrics and display values over time via a line chart. It doesn't however offer a way to generate the future graphs starting from the current date . This packages allows you to generate the graph for the near future.
Read more [chrysanthos.xyz]
– github.com - submitted by Sam Carré
Laravel Haystack is a package that allows you to have a job chain stored in the database. Since all of the jobs in the chain are in the database, memory usage is low and you can delay jobs for a long time or have long running jobs without risking using all your memory. Laravel Haystack supports every queue connection/worker out of the box. (Database, Redis/Horizon, SQS).
Read more [github.com]
– mailtrap.io - submitted by Sofiia
A comprehensive article that explains everything you need to know about Laravel Mail. It contains examples of coding a message in Laravel and testing it with a fake SMTP service.
Read more [mailtrap.io]
– mateusguimaraes.com - submitted by Mateus Guimarães
Learn how I was able to easily scale an application to handle hundreds of millions of jobs using nothing but Laravel, Redis and MySQL
Read more [mateusguimaraes.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
A blog post about an experiment that converts PHP to Rust and is capable of generating native binaries.
Read more [ryangjchandler.co.uk]