Requirements
Filament requires the following to run:
- PHP 8.1+
- Laravel v10.0+
- Livewire v3.0+
Installation
Install the Filament Panel Builder by running the following commands in your Laravel project directory:
composer require filament/filament:"^3.0-stable" -W
php artisan filament:install --panels
This will create and register a new Laravel service provider called app/Providers/Filament/AdminPanelProvider.php
.
Migration
Setup your database and run Migration
php artisan migrate
Create a user
You can create a new user account with the following command:
php artisan make:filament-user
Open /admin
in your web browser, sign in, and start building your app!
Top comments (1)
Hi, kindly leave a like and comment if you got new insight! 🔥