I have issue with Artisan usage on Windows 10 with Xampp.
What have I done:
- clone project from git repositiory
- run composer install
In directory with project i trying run:
php artisan
but i get errror:
Could not open input file: artisan
But if i run command
php bin/console
i get list of command like cache, debug, eloquent... so some tools are there... But none artisan...
How i can add/use artisan into existing project?