0
I have installed composer globally using the steps mentioned in https://getcomposer.org/
But after installing Laravel framework, when I create a new laravel project, the following error is thrown.
Could not open input file: composer.phar
But the project gets initialized in the back. What is the issue ?