Deploy Laravel 5 using only FTP in a shared hosting

前端 未结 4 498
孤城傲影
孤城傲影 2020-12-09 09:19

I need to deploy a laravel 5 project to a client host.

The plan of my client is basic hosting: Linux + MySql without cpanel or similar (i.e. no admin panel).

4条回答
  •  既然无缘
    2020-12-09 09:58

    If you are trying to run Laravel 5.1 into a shared hosting space or you are trying to put your laravel 5/5.1 into a sub directory on your shared hosting so you can access it like this:

    http://mywebsite.com/mylaravel/
    

    So this answer is for you, first of all make sure you meet

    Laravel 5.1 requirements :

    - PHP 5.5
    - PHP extension Mcrypt
    - PHP extension Mbstring
    - PHP extension OpenSSL
    

    Here two tutorials for you :

    Link 1

    Link 2

提交回复
热议问题