[fixed] Could not open input file: composer.phar
-
I installed laragon full 3.1.6 successfully in the first time 2 weeks ago and works fine with laravel project.
For some reason I uninstalled laragon and reinstalled again then
λ php composer.phar
Could not open input file: composer.phar
I clean up any files about laragon, laravel and composer etc, and reinstalled a few times. But it still happened above.files auto store
C:\laragon\bin\composer\composer.pharafter install laravel composer auto store
.\AppData\Local\Composer
.\AppData\Roaming\Composerwindows 10
Thanks for any help!
-
@martin :
Don't usephp composer.phar
, use this:composer
-
Thank you!