DEV Community

Rupadana
Rupadana

Posted on

1

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! 🔥

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay