Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cc8bbcf0
authored
Aug 03, 2019
by
Darian Moody
Committed by
GitHub
Aug 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add extra setup details to README
Covering installation & testing.
1 parent
a49456b3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
readme.md
readme.md
View file @
cc8bbcf
...
...
@@ -61,6 +61,12 @@ Run database seeder:
php artisan db:seed
```
Run the dev server:
```
sh
php artisan serve
```
You're ready to go! Visit Ping CRM in your browser, and login with:
-
**Username:**
johndoe@example.com
...
...
@@ -68,8 +74,16 @@ You're ready to go! Visit Ping CRM in your browser, and login with:
## Running tests
To run the Ping CRM tests, run
:
If you have
`phpunit`
installed globally, you can run the Ping CRM test suite with
:
```
```
sh
phpunit
```
Or to install
`phpunit`
locally, and then run the test suite:
```sh
composer install --dev
./vendor/bin/phpunit
```
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment