Skip to content

Commit

Permalink
Finalize DevContainer support
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed May 4, 2024
1 parent 0fa77ec commit 96a285d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96a285d

Please sign in to comment.