How to Add and Customize Global Search in Filament

One of core requirements of every web application is search functionality same goes for admin panels. While resource wise search can be easily implemented but implementing global search functionality is quiet stressful. But with help of Filament we can easily implement global search in Laravel application. Instead of browsing through each resource separately, you can

Learn More

How to Install and Set Up Filament in Laravel

Filament is a modern, powerful, and easy to integrate PHP admin panel builder for Laravel applications. It allows developers to create beautiful, responsive admin dashboards with minimal effort using Laravel, Livewire, and Tailwind CSS. This article focuses on the installation process to get Filament up and running quickly in your Laravel project. Prerequisites Before installing Filament, ensure you have the following requirements met: Install Filament via Composer In

Learn More