SAShakil Alaminitxshakil.hashnode.dev·3d ago · 22 min readHow to Implement ICICI Bank IMPS Payment Gateway in LaravelMost ICICI Composite API implementations I've seen fail in one of two ways: they get the encryption layering backwards, or they handle timeouts poorly and end up sending money twice. This guide covers00
SAShakil Alaminitxshakil.hashnode.dev·Jun 1 · 22 min readHow to Deploy Laravel 13 on Shared Hosting (Without Moving Files)There's a particular kind of frustration that comes from finishing a Laravel app, feeling proud of it, and then realizing you still have to deploy it. Most tutorials make this harder than it needs to 00
SAShakil Alaminshakil-tech.hashnode.dev·May 8 · 23 min readHow We Implemented Content Security Policy (CSP) in Our Laravel App How We Implemented Content Security Policy (CSP) in Our Laravel App 🔒 Tags: Laravel, Security, CSP, Middleware, PHP Our pentest report had one line that stopped us cold: "Application does not imple00
SAShakil Alaminshakil-tech.hashnode.dev·May 4 · 16 min readLaravel External API Reliability: When Their System Goes DownYour code is correct. Your tests pass. Your application has been running fine for months. Then a third-party API goes down at 2am on a Tuesday. Registrations fail. Transaction syncs fail. Verification00
SAShakil Alaminshakil-tech.hashnode.dev·May 1 · 14 min readSecure File Uploads: Seven Checks and Why Each One ExistsA file upload is the moment you hand control to an untrusted user. Everything else in your application — form inputs, query parameters, JSON — is text. You validate it, sanitize it, store it in a data00