Laravel Filament: Top 12 Plugins Simplified with Demonstrations
Filament is a fantastic admin panel tool that comes with features like creating tables and forms quickly. Plus, there are several plugins that enhance its capabilities.
Below, you'll see 12 plugins I've selected.
1. Simplifying Filament with Breezy
Elevate your Filament Admin experience by adding functionalities similar to Breeze! This plugin, Filament Breezy, includes essential features such as login, registration, password reset, email verification, and a user profile page. All of these functions seamlessly blend with the TALL stack, making it harmoniously integrate with Filament.
Here’s a simplified guide to get you started:
First, let’s get the package installed. You can easily do this by using composer:
composer require jeffgreco13/filament-breezy
Now, it’s time to tweak Filament's settings to utilize the Breezy plugin. Navigate to your config/filament.php
. Then, modify the authentication settings as follows: