Skip to content

Commit

Permalink
Update documentation to use the new script
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Jul 4, 2018
1 parent 20a34a2 commit 82fe17d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,9 @@ $ php artisan tinker
Using Laravel's [Mix](https://laravel.com/docs/5.5/mix).
```bash
# generate translations for langjs
$ php artisan lang:js resources/assets/js/messages.js
# generate routes for laroute
$ php artisan laroute:generate
# build assets (from `docker-compose exec yarn sh` when using docker)
# and routes for laroute
$ bin/update_locales_and_routes_js
# build assets (should be done automatically if using docker)
$ yarn run development
```

Expand Down

0 comments on commit 82fe17d

Please sign in to comment.