Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
Contribute
Back to filament
php artisan make:filament-user
User Management
Create a new Filament admin user
Examples
Common usage examples
Create admin user interactively
php artisan make:filament-user
Copy
Notes
Prompts for name, email, and password
Creates user with admin access
Related Commands
You might also find these useful
php artisan filament:install