Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-paqt authored Feb 16, 2023
1 parent 403d73e commit b430563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- Link the storage: `artisan storage:link`
- Run the asset build: `./buildHook.sh $PWD`
- Import the translations: `artisan w2w:import-translations`
- Export the translations for Javascript: `artisan w2w:export-translations`

#### Development
- Create a database
Expand All @@ -31,6 +32,7 @@
- Properly fill in the `.env` file
- Run the migrations and seeders: `artisan migrate --seed` (it will handle the bootstrapping and linking of the storage as well)
- Run the asset build: `./buildHook.sh $PWD --continue`
- Export the translations for Javascript: `artisan w2w:export-translations`

## Storage

Expand Down

0 comments on commit b430563

Please sign in to comment.