composer install
npm install
- Copy the
.env.example
file 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:link
php artisan migrate
php artisan db:seed
composer run dev
Open 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!