Merge pull request #35 from djm/patch-1
Add extra setup details to README
This commit is contained in:
commit
e19d017c5c
|
@ -61,6 +61,12 @@ Run database seeder:
|
||||||
php artisan db:seed
|
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:
|
You're ready to go! Visit Ping CRM in your browser, and login with:
|
||||||
|
|
||||||
- **Username:** johndoe@example.com
|
- **Username:** johndoe@example.com
|
||||||
|
|
Loading…
Reference in New Issue