KPHP — a PHP compiler
– github.com - submitted by Peter
KPHP is a PHP compiler. It compiles a limited subset of PHP to a native binary running faster than PHP.
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 Peter
KPHP is a PHP compiler. It compiles a limited subset of PHP to a native binary running faster than PHP.
Read more [github.com]
– laravel-upgrade-helper.github.io - submitted by Semih Erdogan
Hey, We have open sourced our upgrade helper project to easily view changes between laravel versions. Hope that this project helps community for upgrade their projects
Read more [laravel-upgrade-helper.github.io]
– sinnbeck.dev - submitted by René Sinnbeck
Setting up rate limiting on routes and then testing them might seem hard but it's actually not
Read more [sinnbeck.dev]
– protone.media - submitted by Pascal Baljet
Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, enhanced with renderless Vue 3 components. In essence, you can write your app using the simplicity of Blade, and besides that magic SPA-feeling, you can sparkle it to make it interactive. All without ever leaving Blade.
Read more [protone.media]
– tray2.se - submitted by Patrik Ahlström
A few days ago a user at the Laracasts forum had performance issue with one of his queries that used joins. This post here will explain what the issue probably was and how to speed that up.
Read more [tray2.se]
– youtu.be - submitted by Ashish Dhamala
Here, we will be looking at a very useful laravel/mysql tip where we will learn how to make a column unique along with soft delete.
Read more [youtu.be]
– github.com - submitted by Mark van Eijk
A Laravel package to dynamically generate Open Graph images using your favourite front-end stack. This way you can create images using an HTML template, with Tailwind and custom fonts. It works by leveraging Puppeteer (headless Chrome) that takes a visual screenshot of your HTML.
Read more [github.com]
– 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]