php - Composer commands generate error on Windows 8 and Laravel 4 -


i trying run command composer install command line , every time generate following error:

loading composer repositories package information installing dependencies (including require-dev) lock file nothing install or update generating autoload files {"error":{"type":"symfony\\component\\debug\\exception\\fatalerrorexception","me ssage":"main(): failed opening required '..\/app\/controllers\/userscontroller.p hp' (include_path='c:\\xampp\\htdocs\\project\\html\\vendor\/phpseclib\/phpsecli b\/phpseclib;.;c:\\xampp\\php\\pear')","file":"c:\\xampp\\htdocs\\project\\html\ \app\\filters.php","line":2}}script php artisan clear-compiled handling post -install-cmd event returned error    [runtimeexception]   error output:  install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-p lugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress ] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [--ignore-platform-reqs] [pac kages1] ... [packagesn] 

i exact same error when running:

composer update 

i on windows 8, using xampp, php version 5.5, , using laravel 4. worth noting copied project git repository , not create project scratch.

and following response when trying run command php composer.phar update

could not open input file: composer.phar 

thank in advance! new laravel feel free spell things out me, might need it.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -