php - Running Laravel from a git repo -


i can install laravel , , running fine using installation process, don't understand how i'm suppose able push same source code , able run repo, github. when this, cloning in doesn't allow me able run php artisan anything.

moreover, when have working directory, pushing repo, cloneing down, still doesn't work. i'm unable run artisan. way can through composer install instructions, create new project.

please guide me; i'm @ loss here.

its because vendor directory not included when clone.

to solve run composer install cloned it, , artisan should work.


Comments