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.

Effortlessly Create API Documentation for Your Laravel Project with dedoc/scramble

API documentation is an essential part of any software project, enabling developers to understand how to interact with your application’s API. In this post, we’ll explore how to use the powerful dedoc/scramble package to generate comprehensive API documentation for your Laravel project. Introduction to dedoc/scramble… Read More »Effortlessly Create API Documentation for Your Laravel Project with dedoc/scramble

Supercharging Your Laravel 11 Projects with Activity Logging and Role Management

Managing user activities and roles in a web application can be a complex task. Thankfully, with Spatie’s Laravel Activitylog and Laravel Permission packages, we can streamline this process efficiently. In this blog, we’ll walk through how to integrate these powerful packages into your Laravel project… Read More »Supercharging Your Laravel 11 Projects with Activity Logging and Role Management