Sending Emails with Node.js
– mailtrap.io - submitted by Sofia Tarhonska
A detailed guide on how to send emails via Node.js with or without Nodemailer and SMTP. Learn how to send dynamic HTML emails and sending with Gmail.
Read more [mailtrap.io]
– mailtrap.io - submitted by Sofia Tarhonska
A detailed guide on how to send emails via Node.js with or without Nodemailer and SMTP. Learn how to send dynamic HTML emails and sending with Gmail.
Read more [mailtrap.io]
– benjamincrozat.com - submitted by Benjamin Crozat
When in doubt, clear caches in Laravel. Knowing all the different types of caches will help you debug any problem you might have in your projects.
Read more [benjamincrozat.com]
– benjamincrozat.com - submitted by Benjamin Crozat
You heard about Laravel but don't know where to start? Don't worry, you found the best starting point for your journey.
Read more [benjamincrozat.com]
– mailtrap.io - submitted by Sofia Tarhonska
Dealing with HTML email building that has CSS in it can be tricky. This article by Mailtrap goes over the most important principles of using CSS in emails as well as showcases examples.
Read more [mailtrap.io]
– www.iankumu.com - submitted by Ian Kumu
A guide on how to upload files in Laravel using reusable traits and compression package
Read more [www.iankumu.com]
– sinnbeck.dev - submitted by René Sinnbeck
Get Vite to work with Lando with both http and https sites
Read more [sinnbeck.dev]
– 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]