Install Filamentphp

Requirements

Filament requires the following to run:

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

Leave a Reply

Your email address will not be published. Required fields are marked *