dongyi5070 2017-09-23 00:20
浏览 114
已采纳

Laravel存储:链接不适用于自定义文件夹结构

My Laravel folder structure is

Laravel
|
|--site
|--files

Here, sites is my public folder. And rest of the folders go to files folder.

Now, when I run the command php artisan storage:link, it says

System cannot find the path specified

And obviously, the link is not working.

What am I missing here?

  • 写回答

1条回答 默认 最新

  • dongwei4096 2017-09-23 06:20
    关注

    you have to update your helper functions

    1. public_path()
    2. storage_path()

    according you your new directory structure

    don't change the core may be you can create a new helper file and include in the composer.json.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?