after trying your solution, Interface 'Illuminate\Contracts\Auth\Factory' not found in /home/kickass/project1/bootstrap/cache/compiled.php on line 356
php artisan command not working
After installing composer and installing laravel using laravel installer, I can create project, but not being able to run php artisan command. it is giving following error
kickass@kickass-UX303LB:~/a$ php artisan PHP Warning: require(/home/kickass/a/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /home/kickass/a/bootstrap/autoload.php on line 17 PHP Fatal error: require(): Failed opening required '/home/kickass/a/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php') in /home/kickass/a/bootstrap/autoload.php on line 17
what is wrong? I tried running composer install and composer update, didn't help.
Please or to participate in this conversation.