How to deploy Laravel 4.2 applications via FTP?

0

Hello,

I'm trying to deploy an application in Laravel 4.2 via FTP, but the features and tutorials I've found have not been able to fix the problem. Could someone tell me a method?

    
asked by anonymous 19.08.2014 / 04:47

2 answers

1

For deploy tool use the link it works in several ways, and one of them is FTP, and this will suit you, you will have to have a repository in the bit or git following the rules of your server. What Daniel said about public folders and files has to be configured in this repository. Test the tool, I tested it by FTP just for the title of curiosity, but currently I use the forge

    
20.08.2014 / 13:19
0

In the public folder of the server (which is usually public_html), it plays the files that are in the local public folder, the rest of the files everything under it, there send all the files, including the vendor folder. Then change the bootstrap / paths.php file and you're done. Just attention that requires php 5.4

    
19.08.2014 / 15:49