Answer the question
In order to leave comments, you need to log in
How to install Laravel on hosting via PhpStorm?
I decided to try to understand Laravel.
All tutorials say that if you use Storm - create a new project -> Composer Project -> Laravel
And everything will be installed locally. And how can I upload it to my hosting now:
1. if Composer is installed for this site
2. if Composer is installed for all sites, i.e. deeper than document_root
You can go the other way - install Laravel on the server through Composer and connect the finished project to phpStorm, but I'm wondering how to do everything from Storm?
Answer the question
In order to leave comments, you need to log in
You can't do it through PhpStorm. Master at least git (suitable for deploying small non-commercial sites), it will be much more convenient.
Deploy in a storm serves other purposes.
Upload the code via FTP or GIT and then do a composer update on the server. In Git, you can do it through hooks. You can also upload to the server through hooks
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question