aquibj0.hashnode.devHow to Access Your Local Laravel Project on Your MobileWhen you’re building a web app in Laravel, testing how it looks and behaves on a mobile device is a must. You want to see how your buttons feel, how your layout responds, and whether that slick animation actually works on touch. But here’s the thing ...Oct 30, 2025·3 min read
aquibj0.hashnode.devHow to Configure Supervisor on Linux: A Step-by-Step GuideLaravel relies on background tasks and queue workers to handle things like sending emails, processing file uploads, and other time-consuming tasks. By pushing these operations to a queue, your application can remain fast and responsive for users. How...Apr 8, 2025·3 min read
aquibj0.hashnode.devIntroducing FeaturesHub: An Open-Source Application for Managing Feature Requests for SAASFeature requests hold a pivotal role in shaping the journey of any SaaS product. They act as a window into the desires and needs of our users, guiding us to focus our development efforts where they matter most. Yet, managing these requests can turn i...Sep 28, 2023·7 min read
aquibj0.hashnode.devSecuring Your Laravel API: Restricting Access to a Single Application DomainIn today's interconnected world, building secure APIs is of paramount importance. As a Laravel developer, you may have implemented an API that needs to be accessed only by a specific application or a trusted set of domains. Restricting access to your...May 29, 2023·2 min read
aquibj0.hashnode.devLevel-Up Your Laravel Development: 10 Free Starter Kits to Accelerate Your ProjectsLaravel is a powerful and popular PHP web framework that is widely used for building robust and scalable web applications. However, setting up a Laravel project from scratch can be a daunting task, especially for beginners. That's where Laravel start...Apr 7, 2023·6 min read