I'm new to Laravel ad i have just created new project using official laravel documentation.
After installing when i run php artisan migrate it will showing
Could not open input file: artisan error in console
Listing of commands that i run
composer create-project --prefer-dist laravel/laravel laravelDemo
which will create new folder laravelDemo
cd laravelDemo
php artisan migrate
I'm using Ubuntu 16.04
I have already checked possible duplicate answer but i have installed it throw composer.
Please help Thanks in Advance :)
composer update --no-scripts