Question
I installed composer and laravel, now what?
This seems kind of silly, but I followed this tut https://www.digitalocean.com/community/articles/how-to-install-laravel-with-nginx-on-an-ubuntu-12-04-lts-vps
It is installed properly, but it installs laravel inside /var/www/laravel. I am confused because I setup zpanel and set-up a ftp account, uploaded my local laravel project inside the root of that ftp account which is a part of a domain I setup.
I want to use composer to use `php artisan` but inside puTTY the directory is the root of the VPS. So obviously I need to figure out how to point to the files inside the root of the FTP account I created.
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×