AKAfaz Khatriinafazkhatri.com·Jun 28, 2025 · 4 min readLaravel Zap: Supercharging Your Schedule Management in LaravelIn the dynamic world of web development, efficiency and robust functionality are paramount. For Laravel developers, managing complex schedules, appointments, and time-based events has often presented a challenge, requiring significant custom developm...00
AKAfaz Khatriinafazkhatri.com·Jun 6, 2025 · 6 min readVue 3's provide and inject: Master Data Flow in Complex AppsWelcome to the world of Vue 3! As you build more complex applications, you'll inevitably encounter scenarios where passing data down through many layers of components becomes cumbersome. This is often called "prop drilling," and it can make your code...00
AKAfaz Khatriinafazkhatri.com·Jun 5, 2025 · 5 min readLaravel 12.17.0: What's newLaravel continues its commitment to developer ergonomics with the release of version 12.17.0. This minor update introduces a handful of impactful features that streamline common tasks, enhance data handling, and provide more powerful dependency injec...00
AKAfaz Khatriinafazkhatri.com·Nov 8, 2023 · 2 min readUnleashing the Power of Named Middlewares in LaravelLaravel, the PHP framework loved by developers worldwide, empowers you with a plethora of tools to build robust and scalable applications. One of these hidden gems that can greatly enhance your application's flexibility and organization is "Named Mid...00
AKAfaz Khatriinafazkhatri.com·Apr 18, 2023 · 2 min readLaravel Pint. What is it? Why do you need it? How to use it?What is Laravel Pint? Laravel Pint is a first-party package from the Laravel core team for PHP code style fixing. It is built on top of PHP-CS-Fixer and makes it simple to ensure your code style is clean and consistent. Pint is installed by default o...00