Browsing Tag
laravel
59 posts
I Built Offday.app — A Small Tool That Helps You Plan Longer Holidays with Fewer Leave Days
I’ve been experimenting with side projects for years, usually to solve small personal problems. Offday.app started exactly like…
Laravel Testing Made Simple with Pest: Write Clean, Readable, and Fast Tests
“Testing leads to failure, and failure leads to understanding.”- Burt Rutan Testing is the backbone of reliable software,…
Laravel Cache Tip: Avoid Redundant has/missing Calls
When working with Laravel’s cache, I often see developers using a pattern that, while functional, creates unnecessary overhead.…
How to Set Up Laravel with PostgreSQL (Step-by-Step Guide)
In this article, we’ll focus on how to set up a new Laravel application with PostgreSQL as the…
Laravel Lusophone – Agora com Documentação Oficial
Nos últimos meses, trabalhei no desenvolvimento de um pacote que traz localização cultural automática para aplicações Laravel: o…
Build an AI Chatbot in Reverb Livewire with Laravel 12 Step-by-Step
Building an AI chatbot that responds in real-time is one of the most exciting projects you can create…
🚀 Become a Founding **Legionnaire** — Help Build the Fastest PHP & DevOps Stack
Heads-up: we just opened the gates to MonkeysLegion, the feather-light PHP 8+ framework that slices boilerplate, bakes in…
Stripe Payment Element: Restrict to “Card Only” and Show Saved Payment Methods (Undocumented Edge Case)
Problem: Stripe’s Payment Element allows multiple payment types and shows a Saved tab for logged-in users with saved…
Using Laravel Event Listeners for Cleaner, Decoupled Code
As your application grows, it’s common to see controllers doing too much — saving data, sending emails, updating…
Easily create products from admin panel and display in website using Laravel app
Below is images of admin panel from where you can create products. Below is the product display image…