- Move the project folder to the Herd folder.
- Copy
.env.example
to.env
. - Run
composer install
. - Run
php artisan key:generate
. - Run
docker compose up -d
. - Run
php artisan migrate
. - Run
php artisan app:create-user
- Run
php artisan db:seed
- Open http://icare.test and log in with the user credentials from the previous step.
- Copy
.env.example
to.env
. - Uncomment the
nginx
service indocker-compose.yml
. - Run
composer install
. - Run
php artisan key:generate
. - Run
docker compose up -d
. - Run
docker compose exec app php artisan migrate
. - Run
docker compose exec app php artisan app:create-user
- Run
php artisan db:seed
- Open http://icare.test and log in with the user credentials from the previous step.
- Add
icare.test
to your/etc/hosts
. - Run
php artisan db:seed --class=DemoSeeder
to seed dummy data