S
S
Stanislav2016-11-24 14:36:08
phpstorm
Stanislav, 2016-11-24 14:36:08

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

3 answer(s)
O
OnYourLips, 2016-11-24
@OnYourLips

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.

S
Stanislav Pochepko, 2016-11-24
@DJZT

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

M
Maxim, 2016-11-24
@pudovMaxim

You can use deployer . A little more hassle, but once you can configure and deploy with one command. True, this has nothing to do with PhpStorm. Works from the console.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question