andrewelkins / Laravel-4-Bootstrap-Starter-Site

Laravel 4 Starter Site is a basic blog application using several nice community packages.
1.77k stars 608 forks source link

composer install no work on windows #426

Closed orijmm closed 8 years ago

orijmm commented 8 years ago

When i run composer install in Step 2:

C:\xampp\htdocs\gestionop2>composer install

php artisan clear-compiled

Warning: require(C:\xampp\htdocs\gestionop2\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\gestionop2\bootstrap\autoload.php on line 17

Fatal error: require(): Failed opening required 'C:\xampp\htdocs\gestionop2\bootstrap/../vendor/autoload.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\gestionop2\bootstrap\autoload.php on line 17 Script php artisan clear-compiled handling the pre-update-cmd event returned with an error

manoj10029 commented 8 years ago

Use composer.exe file for window installation and set php path in xampp dir

orijmm commented 8 years ago

thanks it work!