Home / Journal / #laravel ← All posts
Tag filter

#laravel

13 posts with this tag

29
May 2026
Web Development Personnal

Ditching Disqus for an In-House Comment System in Laravel

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...

read →
♥ 4 · 0
20
May 2026
Web Development

128 languages ready to ship with your Laravel app

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...

read →
♥ 1 · 0
12
May 2026
Management Web Development

Ditching PAYG Subscriptions for a Pre-Paid Credit System in Laravel

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...

read →
♥ 1 · 0
25
Aug 2025
Web Development

Running Multiple Laravel Nightwatch Agents on the same server

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...

read →
♥ 3 · 0
22
Jul 2025
Web Development

How to fix CORS issue with Cloudflare R2 and Laravel Filament / Livewire

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...

read →
♥ 4 · 0
29
Apr 2025
Web Development

Introducing Volet: A Laravel Package for User Feedback

Introducing Volet: A Laravel Package for User Feedback In the spirit of building lightweight and efficient solutions, I've developed Volet , a Laravel packa...

read →
♥ 5 · 0
16
Nov 2018
Web Development

Super Easy Way to Gather Visitors Feedback With Laravel

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...

read →
♥ 66 · 0
19
Jun 2017
Web Development

Easy way to log all SQL queries in Laravel Application

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...

read →
♥ 1 · 0
08
Mar 2017
Web Development

How to use Laravel Dusk with Homestead on a Windows machine

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...

read →
♥ 16 · 0
27
Oct 2016
Web Development

How To Build An Efficient and SEO Friendly Multilingual Architecture For Your Laravel Application

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...

read →
♥ 1472 · 154
30
Oct 2015
Web Development

Register Form Macros Easily in Laravel 5

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...

read →
♥ 8 · 6
28
Jul 2015
Web Development

Easiest way to bind events to your models

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...

read →
♥ 3 · 5
18
Mar 2015
Web Development

Finally A Decent Search Package For Laravel 5

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...

read →
♥ 3 · 3