This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
laravel:start [2016/09/23 05:03] dwheele [Connecting to the Vagrant App with a Browser] |
laravel:start [2016/12/22 01:22] (current) dwheele |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * https:// | * https:// | ||
| * http:// | * http:// | ||
| + | * [[eloquent|Eloquent Database Interaction Notes]] | ||
| Installed Laravel **5.2.34** | Installed Laravel **5.2.34** | ||
| Line 137: | Line 138: | ||
| * NGinx primer - https:// | * NGinx primer - https:// | ||
| * How to solve No Input File Specified problem - https:// | * How to solve No Input File Specified problem - https:// | ||
| + | |||
| + | Found these instructions (here: https:// | ||
| + | |||
| + | //If you change the sites property after provisioning the Homestead box, you should re-run // | ||
| + | < | ||
| + | vagrant reload --provision | ||
| + | </ | ||
| + | //to update the Nginx configuration on the virtual machine.// | ||
| + | |||