How to Remove /public Prefix from URL in Laravel using htaccess
Learn how to remove the /public prefix from a Laravel URL using an .htaccess file.
What's New in InertiaJS 2.0: A Deep Dive into the Latest Features
InertiaJS 2.0 brings async requests, deferred props, and prefetching, boosting performance and enhancing the developer experience. A must-have update!
FilamentPHP: Render View on the Left Side of the Filament Top Bar
Learn how to position a custom view on the left side of the Filament top bar for better accessibility and enhanced UI customization.
How to catch 404 errors in Laravel 11
Discover how to catch 404 errors in Laravel 11. This guide explains the methods to intercept and handle missing routes, ensuring your application gracefully manages not found errors.
FilamentPHP: Allow HTML in Select (Option) Label
In FilamentPHP, you can enable HTML in select option labels by customizing the field's rendering logic to display formatted text or icons, enhancing the user interface.
Livewire: Using wire:stream for Real-Time Updates
Discover how to leverage Livewire's stream feature to implement real-time updates in your web applications.
Creating Dynamic Select Options in FilamentPHP: A Step-by-Step Guide
In FilamentPHP, dynamically populating select options can enhance user experience and streamline data entry.
How to use Google Gemini AI Api in Laravel: A Step-by-Step Guide
In this guide, we'll walk you through the process of integrating and harnessing the capabilities of Google Gemini AI API in your Laravel application.
Create Custom Log Files in Laravel
Learn how to create custom log files in Laravel to organize your application's log data.
Livewire: Using wire:stream for Real-Time Updates
Discover how to leverage Livewire's stream feature to implement real-time updates in your web applications.
How to change public directory in Laravel 11
Learn how to change public directory in Laravel.
Custom Table Actions in FilamentPHP: A Step-by-Step Guide
Discover how to create custom table actions in FilamentPHP to enhance your admin panel's functionality.