Hello, I'm an absolute beginner so it's possible I'm making a crucial mistake here or something.
Til now I've developed my laravel app locally, and now I would like to deploy it to my server, however, I haven't got SSH acces. Can I still install Laravel?
Thanks
Typically you don't commit the vendor in the project root. When you run composer install it will add all those files for you. By including the vendor folder, you no longer need to run composer install