STsunakshi Thakurindevblueprintbysunakshi.hashnode.dev·1d ago · 8 min readIntegrating Claude/OpenAI API into a Laravel App: A Practical GuideAfter 12+ years of building PHP applications, I recently added AI-powered features to a production Laravel dashboard — automatic report summaries generated from raw analytics data. What surprised me w00
STsunakshi Thakurindevblueprintbysunakshi.hashnode.dev·1d ago · 3 min read CodeIgniter 4 vs Laravel — When to Choose Which (From a Dev Who Uses Both)tags: php, laravel, codeigniter, webdev 12+ years in PHP. I still ship production code in both Laravel and CodeIgniter 4 today — Laravel runs a surveillance analytics dashboard I maintain, CodeIgniter00
STsunakshi Thakurindevblueprintbysunakshi.hashnode.dev·2d ago · 6 min readBootstrap Selectpicker with CodeIgniter — Dynamic Rows & RefreshCodeIgniter 4 Beginner–Intermediate 9 min read Bootstrap Selectpicker (the bootstrap-select plugin) looks great — searchable dropdowns, multi-select, clean UI. Then you add it to a table that loads ro00
STsunakshi Thakurindevblueprintbysunakshi.hashnode.dev·4d ago · 8 min readCodeIgniter 4 CSRF Protection in AJAX Forms — The Complete FixDifficulty: Intermediate | Read time: 12 min | Framework: CodeIgniter 4 Why CSRF Breaks Your AJAX Forms You build a perfectly working AJAX form. It works fine in testing. Then suddenly — "Page Expire00
STsunakshi Thakurindevblueprintbysunakshi.hashnode.dev·5d ago · 8 min readRole-Based Access Control in CodeIgniter 4 — A Practical Guidetitle: Role-Based Access Control in CodeIgniter 4 — A Practical Guide published: true description: Learn how to implement a production-ready Role-Based Access Control (RBAC) system in CodeIgniter 4 wi00