Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianKuriata authored and Adrian Kuriata committed Sep 21, 2023
1 parent 2b496ad commit 8eaf702
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,18 @@ cd laravel-nuxt-boilerplate
# Copy the .env.example file to .env and customize the configuration
cp .env.example .env

# Install PHP dependencies
composer install

# Install Sail

./vendor/bin/sail install

# Composer

./vendor/bin/sail composer install

# Migrations

./vendor/bin/sail art migrate:install && ./vendor/bin/sail art migrate

# Start Docker containers (using Laravel Sail)
./vendor/bin/sail up -d

Expand Down

0 comments on commit 8eaf702

Please sign in to comment.