Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
priatmoko authored Apr 10, 2019
1 parent 7a89e50 commit 0a94bee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ DB_PASSWORD=your_password
```
composer install
```
5. Run command php artisan serve to run the result on your browser
5. Run command php artisan migrate to create database
```
php artisan migrate
```
6. Run command php artisan serve to run the result on your browser
```
php artisan serve
```
Expand Down

0 comments on commit 0a94bee

Please sign in to comment.