php artisan make:filament-user
User ManagementCreate a new Filament admin user
Examples
Common usage examples
Create admin user interactively
php artisan make:filament-userNotes
- Prompts for name, email, and password
- Creates user with admin access
Related Commands
You might also find these useful