Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ihahachi authored Oct 8, 2018
1 parent e1fadf8 commit 1e3cdbe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,23 @@ Run this command for generate database :
```
$ php artisan migrate
```

#### The default table name : contact



### Run

Finally, serve the application.

```
$ php artisan serve
```
To serve the application, you can use `php artisan serve`, then open [http://localhost:8000](http://localhost:8000)
from your browser. To access the contact page, hit the link [http://localhost:8000/contact](http://localhost:8000/contact)
from your browser.






Expand Down

0 comments on commit 1e3cdbe

Please sign in to comment.