Am trying to configure my PHPStorm to use laravel 5.4 but don't know how to go about it. I have composer installed globally. And this are the steps I have already taken.
1.Go to Settings -> Languages & Frameworks -> PHP -> Composer Set the composer.phar path to C:\ProgramData\ComposerSetup\bin\composer.phar
but am unable to locate the PATH to COMPOSER.JSON.
Who can give me the steps to configuring laravel in phpStorm
via gbenga wale