You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,16 @@ php artisan migrate
59
59
60
60
You should be done with the basic configuration.
61
61
62
+
## Homestead VM
63
+
64
+
The Laravel API ships with a Homestead VM that you can use as your development environment.
65
+
66
+
- Create a `Homestead.yaml` file based on `Homestead.yaml.example` and modify it to suit your needs.
67
+
- Run `vagrant up` from the project root to initialize the VM.
68
+
- Don't forget to update your hosts file to point the domain to the Homestead machine.
69
+
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)
71
+
62
72
## oAuth 2 Authentication server
63
73
64
74
The started kit has already implemented the oAuth2 server bridge package for League/oAuth2 which means you get API authentication out of the box
0 commit comments