Answers for "Could not open input file: artisan"

PHP
0

Could not open input file: composer

composer install
Posted by: Guest on April-21-2020
0

Could not open input file: composer.phar

$ composer update friendsofsymfony/elastica-bundle
Posted by: Guest on December-13-2020
0

Could not open input file: artisan

//you have to call artisan from root directory
$ cd root/file/path
Posted by: Guest on April-05-2021
0

how fix the error could not open input file artisan in terminal host

ou need to first create Laravel project and if you already
have one you need to go to this project dir
using " cd command " in terminal for example cd myproject.

Now you will be able to run any artisan commands,
for example running php artisan will display you list of available commands.
Posted by: Guest on April-13-2021

Code answers related to "Could not open input file: artisan"

Browse Popular Code Answers by Language