User Tools

Site Tools


laravel:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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://laravel.com   * https://laravel.com
   * http://dancoivan/laravelcheatsheet/ (Local copy of Laravel 5.1 Cheat Sheet app)   * http://dancoivan/laravelcheatsheet/ (Local copy of Laravel 5.1 Cheat Sheet app)
 +  * [[eloquent|Eloquent Database Interaction Notes]]
  
 Installed Laravel **5.2.34** Installed Laravel **5.2.34**
Line 137: Line 138:
   * NGinx primer - https://blog.martinfjordvald.com/2010/07/nginx-primer/   * NGinx primer - https://blog.martinfjordvald.com/2010/07/nginx-primer/
   * How to solve No Input File Specified problem - https://blog.martinfjordvald.com/2011/01/no-input-file-specified-with-php-and-nginx/   * How to solve No Input File Specified problem - https://blog.martinfjordvald.com/2011/01/no-input-file-specified-with-php-and-nginx/
 +
 +Found these instructions (here: https://laravel.com/docs/5.3/homestead), which fixed the problem: 
 +
 +//If you change the sites property after provisioning the Homestead box, you should re-run //
 +<code>
 +vagrant reload --provision
 +</code>
 +//to update the Nginx configuration on the virtual machine.//
 +
  
  
laravel/start.1474607003.txt.gz · Last modified: 2016/09/23 05:03 by dwheele