How to deploy Laravel 4.2 applications via FTP?

Asked

Viewed 856 times

0

Hello,

I want to deploy an application in Laravel 4.2 via FTP, but the resources and tutorials I found could not solve the problem. Someone could show me a method?

  • 1

    Upload all files from your project, including vendor folder, simple.

  • huh? Up vendors folder? You’re kidding right? rises only application, and from a install Composer via ssh, assimele generates the cute autoload, if will not give error

2 answers

1

For a deploy tool use the http://dploy.io/ it works in several ways, and one of it is FTP, and this will suit you, you will have to have a repository in bit or git following your server’s rules. What Daniel said about public folders and files has to be set up in that repository. Test the tool, I tested by FTP only by curiosity title, but currently I use the Forge

0

In the public folder of the server (which is usually public_html) plays the files that are in the local public folder the rest of the files below it, and sends all the files, including the vendor folder. Then change the bootstrap/paths.php file and you’re done. Just note that requires php 5.4

Browser other questions tagged

You are not signed in. Login or sign up in order to post.