Merge pull request #35 from djm/patch-1
Add extra setup details to README
This commit is contained in:
commit
e19d017c5c
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,12 @@ Run database seeder:
|
|||
php artisan db:seed
|
||||
```
|
||||
|
||||
Run the dev server (the output will give the address):
|
||||
|
||||
```sh
|
||||
php artisan serve
|
||||
```
|
||||
|
||||
You're ready to go! Visit Ping CRM in your browser, and login with:
|
||||
|
||||
- **Username:** johndoe@example.com
|
||||
|
|
Loading…
Add table
Reference in a new issue