N
N
Nikolai Shvetsov2016-09-18 15:41:23
System administration
Nikolai Shvetsov, 2016-09-18 15:41:23

Is it possible to put laravel on hosting?

Is it possible to put a site on Laravel on a hosting (that is, stupidly copy-paste me and paste it there). Without using a composer, etc.?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
V
Vyacheslav Plisko, 2016-09-18
@AmdY

Actually, this is a prerequisite, there is nothing to do on the server for deployment utilities like composer, git, npm. using the simplest rsync, copy the built project to the server into the folder with the new release, add a link to a shared folder like file applause, roll migrations, test, switch the link from the old release to the new one.

S
Sergey, 2016-09-18
Protko @Fesor

if you prepare the build locally (that is, install all dependencies locally, etc.) - then why not?

P
Puma Thailand, 2016-09-18
@opium

easily

M
Maxim, 2016-09-18
@pudovMaxim

You can also use the useful Deployer tool

A
Alex Wells, 2016-09-28
@Alex_Wells

No. You can't and shouldn't. In addition, the machine needed for Laravel costs almost no more than hosting. Forget about public hosting as a bad dream.

A
Antonio Solo, 2019-03-11
@solotony

I always put Laravel on shared hosting and it feels great there. Lark without problems is put navel on FTP. The only thing that needs to be configured (for some hostings) is the path to the "core" since it is not always possible to maintain the default folder structure.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question