So here is the deal, I've got MySQL, PHP, Apache and really the whole stack installed on the production server. Now I cannot explicitly install Laravel on that server.
I haven't used Laravel yet, that will depend on the answer to this question.
If I install laravel and everything on my local server and then just transport the files over to the production server, is that enough? Do I need to explicitly install Laravel on the production server? Is it possible to do it in any way where I can simply transfer the files over?
Laravel doesn't really need installing. You just have to make sure the dependencies are present or pulled in via composer.
If your would like to avoid composer. You can just do it locally and transfer all the files to your production server via FTP
.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community