Knowledge Base Entries
Title: Laravel auto redirect to home page
Content: https://www.youtube.com/watch?v=cHeoWIt8S64
Title: Laravel Queues and Temporary URLs
Content: Laravel is a mature, robust, and powerful web framework that makes developing PHP applications a breeze. In particular, I want to demonstrate how to create a website that can be used to convert videos...
Title: Laravel API: Custom 404 Error Message (Laravel 11 Version)
Content: https://www.youtube.com/watch?v=aQp9IsHjTbY&t=1s
Title: Laravel API Authentication Using Firebase PHP JWT: Building a Login System and Custom Guard
Content: Introduction In a previous article, we laid the groundwork for implementing JWT authentication in Laravel using the Firebase PHP JWT package. We created a robust JWTCodec class that handles token enc...
Title: Laravel Debug Tools
Content: https://www.youtube.com/watch?v=YKEgmdcHIXw Commands and links Debugbar Installation: composer require barryvdh/laravel-debugbar --dev Documentation: http://phpdebugbar.com/docs/ Laravel Tele...
Title: Laravel Inertia: API in the WEB Controller?
Content: https://www.youtube.com/watch?app=desktop&v=fGjtco2m4rk https://github.com/luadotsh/lua/blob/main/app/Http/Controllers/AnalyticsController.php
Title: Laravel Backup Server
Content: Spatie has released their Laravel Backup Server package as an open-source Laravel package and released v4.0.0. This package was previously a paid offering until Spatie decided to release the latest ve...
Title: Laravel Rewind is a Versioning Package for Eloquent
Content: Laravel Rewind is a powerful and efficient versioning package for your Eloquent models created by Jared Cannon. This package stores a combination of partial diffs and full snapshots of your model data...
Title: Laravel Faker OpenAI
Content: Imagine generating fake data that more closely mirrors real-world scenarios. Laravel Faker OpenAI, developed by JP Caparas, seamlessly integrates OpenAI's powerful AI capabilities with the familiar Fa...
Title: Laravel Best Practices
Content: Laravel is a powerful framework designed to simplify building modern web applications. Like any framework, it has best practices embedded in its core. By following these guidelines, you can write clea...