Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
franjsco committed Nov 19, 2021
1 parent 789eb88 commit 8a027cf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ EUR, USD, JPY, GBP, AUD, CAD, CHF, CNY, HKD.
4. configure currencies into `config/currencies.php`.
5. start docker containers:
`./vendor/bin/sail up -d`.
6. start queue worker:
6. launch migrations:
`./vendor/bin/sail artisan migrate`.
7. start queue worker:
`./vendor/bin/sail artisan queue:work`.
7. Launch job:
8. Launch job:
`./vendor/bin/sail artisan fetch:all`.
8. start scheduler:
9. start scheduler:
`./vendor/bin/sail artisan schedule:work`.


Expand Down

0 comments on commit 8a027cf

Please sign in to comment.