This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
laravel:start [2016/08/30 00:48] dwheele |
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 79: | Line 80: | ||
| ===== VirtualBox-Vagrant Installation ===== | ===== VirtualBox-Vagrant Installation ===== | ||
| + | |||
| + | Why use VirtualBox-Vagrant? | ||
| Following the instructions here: https:// | Following the instructions here: https:// | ||
| Line 120: | Line 123: | ||
| 8/29/2016 | 8/29/2016 | ||
| + | |||
| + | ==== Connecting to the Vagrant App with a Browser ==== | ||
| + | |||
| + | The file '' | ||
| + | |||
| + | I added this to C: | ||
| + | |||
| + | < | ||
| + | 192.168.10.10 | ||
| + | </ | ||
| + | |||
| + | I was able to '' | ||
| + | |||
| + | * NGinx primer - 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.// | ||
| + | |||