I just tried to install Laravel with the help of composer.
The installation was successful however when I try to run the following command in CMD:
php artisan.
I get the notification that “Could not open input file: artisan”
why I’m not able to open artisan after installing Laravel.
Thank you in advance for your help.