Laravel 4 PHP Framework

  1. Install PHP 5.3.7 or greater
  2. Edit php,ini and uncomment proper extension dir settings (for Windows) and then enable openssl extension
  3. Ensure you edit right php.ini (check with “php –ini”). Also ensure your final php.ini is in right directory (often C:\Windows)
  4. Download and install Composer [link]
  5. Download Laravel [link] and unpack to your www root directory
  6. open cmd or other shell and cd to your www root dir
  7. execute “composer install”
  8. Done
Leave a Reply

You must be logged in to post a comment. Login »