Answer the question
In order to leave comments, you need to log in
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
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.
if you prepare the build locally (that is, install all dependencies locally, etc.) - then why not?
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.
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 questionAsk a Question
731 491 924 answers to any question