gpt4 book ai didi

php - 在 Laravel 中更改存储路径

转载 作者:行者123 更新时间:2023-12-04 14:35:09 30 4
gpt4 key购买 nike

是否可以更改为存储路径?我希望它位于我们生产环境中的存储库之外,以便部署正常工作。

默认路径是app/storage/。我们使用的是 4.1.x。

最佳答案

是的,是的。你可以在 bootstrap/paths.php 中定义它:

/*
|--------------------------------------------------------------------------
| Storage Path
|--------------------------------------------------------------------------
|
| The storage path is used by Laravel to store cached Blade views, logs
| and other pieces of information. You may modify the path here when
| you want to change the location of this directory for your apps.
|
*/

'storage' => __DIR__.'/../app/storage',

不要忘记为新目录设置所需的读/写权限。

关于php - 在 Laravel 中更改存储路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21632562/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com