Introduction Laravel is one of the most popular PHP frameworks, known for its elegant syntax and powerful features. A key component of Laravel is Service Providers. They are essential for bootstrapping and registering services in a Laravel applicatio...
Hey guys, Well damn, it has been a while since my last post lol, lazy & busy. But here I am, back to write useful tips for y’all 🥹 Let us do some exporting tasks for today, using Laravel Excel to export XLSX (yeah CSV is so 2010 lol). But, append mo...
Introduction Creating a professional and high-performing website for McCance Surfacing Contractors requires a robust framework that ensures scalability, security, and efficiency. Laravel, a PHP framework, is the ideal choice for developing a surfacin...
Most changes follow the same path: DB: schema, models, factories, seeders, validators UI: lists, modals, forms Tests: list actions, modal actions, modal validation Simple. Sometimes, when developing UI or tests you'll find that something is miss...
Introduction There are several ways to ensure standard JSON format in API requests and responses which enforces consistent and structured data exchange. In this article, we’ll explore how to enforce JSON format on incoming requests in a Laravel appli...
Hey folks! 🚀 If you're working with Laravel, you probably know how crucial database performance is. A slow query can turn an otherwise smooth application into a sluggish nightmare. Optimizing database queries is one of the easiest and most effective...
Over the years in the software industry, I’ve worked with diverse backend technologies — Java, Node.js, PHP Laravel, and Ruby on Rails (RoR).Each has its own personality, strengths, and quirks, but what truly stands out to me are the underlying princ...
This is a bit different from my regular posts; it's more of an appreciation of Laravel(and PHP). Having worked with many web frameworks like Django, Asp.net, FastAPI, etc... I still come back often to Laravel and love working with it. It's the most p...
In modern API development, managing the rate of incoming requests is crucial for maintaining performance, preventing abuse, and ensuring the smooth operation of your application. Laravel provides an out-of-the-box solution for implementing API rate l...
লারাভেল (Laravel) একটি জনপ্রিয় এবং শক্তিশালী পিএইচপি (PHP) ফ্রেমওয়ার্ক যা ওয়েব অ্যাপ্লিকেশন তৈরি করা অনেক সহজ করে তোলে। REST API (Representational State Transfer Application Programming Interface) হল একটি এন্ডপয়েন্ট যা ওয়েব সার্ভার এবং ক্লায়েন্...