GyaanSetu PHP

PHP, Laravel and WordPress.

20 articlesDeep, practical knowledge

Setting Up BayarCash in Laravel the Right Way

Setting Up BayarCash in Laravel the Right Way If you build SaaS for the Malaysian market, you will eventually need FPX. BayarCash is a common choice. The SDK is not the problem. T…

PHP · 2 min read

Migrations That Won’t Break Production

Migrations That Won’t Break Production A migration runs perfectly on your machine. You deploy it on a Friday at 6 PM because it seems small. Then the deployment freezes. Or worse,…

PHP · 2 min read

Building Newsroom AI Modules in PHP

Building Newsroom AI Modules in PHP Most people think AI in a newsroom means one big chat box. This is a mistake. That model leads to features that people use once and then ignore…

PHP · 2 min read

Laravel: From Version 5 to Today

Laravel: From Version 5 to Today Laravel did not just change. It grew up. If you open an old Laravel 5 project, you see a house with rooms from different decades. It works, but th…

PHP · 2 min read

Build The Seam On Day One

Build The Seam On Day One Building a platform for high volume data forces a choice. You need a fast database for long term storage. But setting up a complex system on day one is h…

PHP · 2 min read

Securing AI Agents With Laravel MCP Tools

Securing AI Agents With Laravel MCP Tools Giving an AI agent access to your app via MCP is like handing someone a keyring. If you do not set rules, they might open the wrong doors…

PHP · 2 min read

Putting an MCP Server Inside a Laravel App

Putting an MCP Server Inside a Laravel App AI agents need more than just a scraped UI. They need a way to call specific tools with proper permissions. This is what the Model Conte…

PHP · 2 min read

From PHP to Go: What Took Me Longest to Rewire

From PHP to Go: What Took Me Longest to Rewire I wrote PHP for seven years. I used Laravel for five of them. When I moved to Go to lead a migration from a Laravel monolith to micr…

PHP · 2 min read

Backing Up An API Gateway Config

Backing Up An API Gateway Config Managing multiple API gateways requires more than simple file exports. When you manage several environments like produc...

PHP · 2 min read