> ## Documentation Index
> Fetch the complete documentation index at: https://docs.larafast.com/llms.txt
> Use this file to discover all available pages before exploring further.

> Larafast uses Filament for Admin panel

# Admin

### Create a user

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

```bash theme={null}
php artisan make:admin
```

Enter your admin name, email and password.

Then visit `/admin` and log in to your account.

<img src="https://mintcdn.com/larafast/p7p6xbnL6MINm0mR/images/features/admin/admin_dashboard.jpg?fit=max&auto=format&n=p7p6xbnL6MINm0mR&q=85&s=e95b594623371f86bb25c8cb530421be" alt="Admin Dashboard" width="1795" height="773" data-path="images/features/admin/admin_dashboard.jpg" />

<Tip>
  To learn more about Filament, visit the official documentation: [Filament](https://filamentphp.com/)
</Tip>
