Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 5caaf3e

Browse files
committed
update Readme
1 parent 8a24c0e commit 5caaf3e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Laravel API ships with a Homestead VM that you can use as your development e
6767
- Run `vagrant up` from the project root to initialize the VM.
6868
- Don't forget to update your hosts file to point the domain to the Homestead machine.
6969

70-
For more information about Homestead visit the official documentation [https://laravel.com/docs/5.2/homestead#per-project-installation](https://laravel.com/docs/5.2/homestead#per-project-installation)
70+
For more information about Homestead visit the official documentation [https://laravel.com/docs/5.1/homestead#per-project-installation](https://laravel.com/docs/5.1/homestead#per-project-installation)
7171

7272
## oAuth 2 Authentication server
7373

@@ -142,6 +142,10 @@ For more information please visit [The oAuth2 repository](https://github.com/luc
142142

143143
This started kit has already set up [dingo/api](https://github.com/dingo/api) to manage routes, requests, responses, protecting endpoint, versioning and much more, for more details please visit [https://github.com/dingo/api](https://github.com/dingo/api)
144144

145+
## Tests
146+
147+
Navigate to the project root and run `vendor/bin/phpunit` after installing all the composer dependencies and after the .env file was created.
148+
145149
## License
146150

147151
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)