Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhee19na authored Jun 10, 2019
1 parent c5413dc commit db96df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This tutorial is available
- Application url (`APP_URL`). Either virtual host address if you configure one, either address form the command `php artisan serve`
- Generate application key with `php artisan key:generate`
- Generate JWT key with `php artisan jwt:secret`
- Import DB or Migrate `php artisan migrate --seed`
- Import DB (trakinvest.sql) or Migrate `php artisan migrate --seed`
- Build front with `npm run dev` or `npm run watch`

If you did'nt set a virtual host, launch application with the `php artisan serve` command. By default, application will be served at `http://localhost:8000` or Change in env and App.js
Expand Down

0 comments on commit db96df0

Please sign in to comment.