composer install
npm install- Copy the
.env.examplefile and rename it to.env. - Configure the environment file to match your database and application settings.
- Link the storage:
php artisan storage:link
- Generate an application key:
php artisan key:generate
php artisan storage:linkphp artisan migrate
php artisan db:seedcomposer run devOpen your browser and visit:
http://localhost:8000/admin/login
You can log in using the following accounts:
| Password | |
|---|---|
| user@example.com | labnotes123 |
For any inquiries, feel free to reach out!