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 🙂
Advertisement
Answer
Not figure out what actual problem is but what i did is deleted laravelDemo folder and run above command and it worked.
i have also tried composer update –no-scripts which will updated all the composer dependencies successfully.
May be there were some issue in installing the project.