Finalize DevContainer support

This commit is contained in:
Chris Wells 2024-05-04 19:42:16 +00:00
parent 0fa77ec6cb
commit 96a285d619
2 changed files with 8 additions and 1 deletions

View File

@ -4,4 +4,7 @@ echo alias sail=\'sh $([ -f sail ] && echo sail || echo vendor/bin/sail)\' >> ~/
chown -R 1000:1000 /var/www/html
composer install
cp .env.example .env
php artisan key:generate --force -n
php artisan migrate
php artisan elastic:migrate
php artisan key:generate --force -n
php artisan db:seed

View File

@ -448,6 +448,10 @@ Set `SCOUT_DRIVER=null` in kcal's `.env` file to use the fallback driver.
## Development
### Dev Container
Clone the project in an IDE with Dev Container support and build the container.
### Laravel Sail
#### Prerequisites