DEV Community

Rupadana
Rupadana

Posted on

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
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

Create a user

You can create a new user account with the following command:

php artisan make:filament-user
Enter fullscreen mode Exit fullscreen mode

Open /admin in your web browser, sign in, and start building your app!

Top comments (1)

Collapse
 
rupadana profile image
Rupadana

Hi, kindly leave a like and comment if you got new insight! 🔥