Upload Laravel 5 to server subfolder

后端 未结 4 2086
醉话见心
醉话见心 2020-12-15 01:38

I am trying to upload Laravel 5 project to subfolder as:

public_html/project/

I have changed in

4条回答
  •  执笔经年
    2020-12-15 02:18

    After I completed the above steps. Do check with read/write permissions(i.e it should be 777) for few folcers:

    storage, vendor and bootstrap>cache

    Check for .htaccess file if it is there in the public_html folder or copy it from public folder.

    Finally check the version of php it should be higher than 5.5

    It worked for me. Cheers!!

提交回复
热议问题