A
A
Andrey Titov2018-12-14 17:45:35
Laravel
Andrey Titov, 2018-12-14 17:45:35

How convenient is it to use simple hosting for Laravel projects?

When setting up the structure, a lot is done from the command line.

If there is no SSH access, how much will it complicate development and maintenance?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
German Malinovsky, 2018-12-20
@titov_andrei

It will greatly complicate the fact that there will be no normal code version control and there will be no possibility of calling composer to download project dependencies, but you will have to drive all these files over the network and follow the updates yourself. Although if you use git over (s)FTP, then somehow you can live. On many shared hostings, ssh is disabled, but upon request, they will most likely be able to enable it.

I
imhuman, 2018-12-14
@imhuman

For me, the biggest inconvenience on shared hosting is problems with queues, you have to hack to keep them in a constantly working condition. The rest is solvable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question