Sadique Ali

Senior Laravel and Vue.js developer based in Jhansi, India, with 9+ years of professional experience building web applications. I've worked across the full Laravel ecosystem — from REST APIs and multi-tenant SaaS platforms to Filament admin panels and Livewire-powered interfaces. I started Apna Hive to write the kind of content I wished existed when I was learning: practical, opinionated, and based on real projects rather than documentation rewrites. Every article here comes from something I've actually built, debugged, or upgraded in production. When I'm not coding, I'm exploring what's next in the PHP ecosystem so you don't have to wade through the noise alone.

How to Build a Full CRUD App With Vue 3 + Laravel API in 2026 — The Tutorial That Actually Finishes

Axios with interceptors, Pinia for state, Vue Router for navigation, form validation with VeeValidate, error handling, loading states, and the component structure that does not fall apart when requirements change — a complete working app, not a half-finished demo. Most Vue + Laravel CRUD tutorials… Read More »How to Build a Full CRUD App With Vue 3 + Laravel API in 2026 — The Tutorial That Actually Finishes

How to Build a Laravel REST API From Scratch in 2026 — The Complete Step-by-Step Guide

Authentication with Sanctum, versioning, resource classes, consistent error responses, rate limiting, pagination, and API testing with Pest — the full implementation that goes from php artisan new to a production-ready API your frontend team will actually enjoy consuming. Three weeks. That’s how long a team… Read More »How to Build a Laravel REST API From Scratch in 2026 — The Complete Step-by-Step Guide

Build a Real SaaS Dashboard in Vue 3 + Laravel: The Full-Stack Tutorial That Goes All the Way

Inertia.js for the bridge, Pinia for state, Chart.js for metrics, role-based navigation, real-time notifications with Reverb and Echo, dark mode, and mobile-responsive layouts with Tailwind — a complete dashboard that looks like a product, not a practice project. Most dashboard tutorials stop at a sidebar… Read More »Build a Real SaaS Dashboard in Vue 3 + Laravel: The Full-Stack Tutorial That Goes All the Way

Laravel Eloquent Relationships Deep Dive: The Queries Running Behind Your Code Will Surprise You

hasOne, hasMany, belongsToMany, hasManyThrough, morphTo — every relationship explained with the actual SQL it generates, the eager loading strategy that keeps queries under 5, and the relationship anti-patterns that look clean in PHP but destroy database performance at scale. A dashboard page that loads in… Read More »Laravel Eloquent Relationships Deep Dive: The Queries Running Behind Your Code Will Surprise You

How to Build a Complete SaaS in Laravel From Zero to Launch — The Missing Tutorial

Multi-tenancy, Stripe subscriptions, user roles, onboarding flows, feature flags, email verification, audit logs, and the deployment stack — a complete, opinionated walkthrough of the decisions that matter when you’re building a real product, not a tutorial project. Every “build a SaaS with Laravel” tutorial ends… Read More »How to Build a Complete SaaS in Laravel From Zero to Launch — The Missing Tutorial

How to Add AI Search to Your Laravel App in a Weekend — Semantic Search That Actually Understands Your Users

OpenAI embeddings, pgvector in PostgreSQL, cosine similarity queries in Eloquent, chunking your content for indexing, hybrid keyword + semantic search, and the caching strategy that keeps your embedding costs near zero — a complete implementation that your users will notice on day one. A user… Read More »How to Add AI Search to Your Laravel App in a Weekend — Semantic Search That Actually Understands Your Users