06
07
2014
Installing Laravel4 framework on Windows with Composer
Posted by: Borszczuk in Computers, PHP, Windows- Install PHP 5.3.7 or greater
- Edit php,ini and uncomment proper extension dir settings (for Windows) and then enable openssl extension
- Ensure you edit right php.ini (check with “php –ini”). Also ensure your final php.ini is in right directory (often C:\Windows)
- Download and install Composer [link]
- Download Laravel [link] and unpack to your www root directory
- open cmd or other shell and cd to your www root dir
- execute “composer install”
- Done