Commands.app

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
Notes
  • Prompts for name, email, and password
  • Creates user with admin access
Related Commands
You might also find these useful