I can install Laravel and get it up and running just fine using the installation process, but what I don't understand is how I'm suppose to be able to push that same source code and be able to run it from a repo, like github. When I do this, cloning it in doesn't allow me to be able to run php artisan
anything.
Moreover, when I have a working directory, pushing that up to a repo, cloneing it back down, still doesn't work. I'm unable to run artisan
. The only way I can do this is through composer from the install instructions, which would create a new project.
Please guide me; I'm at a loss here.