13 posts with this tag
I've had Disqus on this blog for years. It works, more or less. But every time I open a post I see ads I didn't ask for, a tracker loading that I didn't choose...
If you've ever built a Laravel app that needed to speak more than one language, you know the drill. Laravel ships with English only. So for French, Spanish, Ar...
Pay-As-You-Go billing sounds ideal: users pay only for what they use, the pricing feels fair, and Stripe handles the metering for you. In practice it has a nas...
I've been using Laravel Nightwatch for a few weeks, and it’s already become a must-have for monitoring my apps. Observability? Check. Easy setup? Check. But wh...
Laravel Filament's Media Library plugin use Livewire's upload file javascript to send your file to your cloud disk. When using Cloudflare R2, you will probab...
Introducing Volet: A Laravel Package for User Feedback In the spirit of building lightweight and efficient solutions, I've developed Volet , a Laravel packa...
As you surely know, tons of website today features a floating bubble, often in the bottom right of your screen, that you can click to talk with the website adm...
Every developer, when working on a project, start at some point wandering about the performances of his application. In the Laravel world, the most frequent qu...
Alongside Laravel 5.4 update, a new tool came up : Laravel Dusk. If you were used to run tests on your Laravel application, and particularly "Feature te...
Hey! A new version of this tutorial is available ! In the new one, I use Spatie's translatable package, and I provide a cleaner and better implementation! Go...
While working on a new project at work I had to create a custom form input. The goal was to have a select list of the days of the week. If there is already a f...
In this article I'll explain what I think is the easiest and cleanest way to bind events to your models in Laravel 5. In fact, I am working on a new project...
I know it's been only a few weeks that L5 is out, but still. Even with Laravel 4, I couldn't find any good package that made search queries easier. I'm showi...