Skip to content

[laravel 7.x] add links option to filesystems config #1464

@xharpenParksuhyeon

Description

@xharpenParksuhyeon

해당 변경 사항에 대한 라라벨 커밋 확인하기

해당 변경 사항에 대한 라라벨 풀리퀘스트 확인하기


  /*
    |--------------------------------------------------------------------------
    | Symbolic Links
    |--------------------------------------------------------------------------
    |
    | Here you may configure as many symbolic links as you wish for your
    | application. The key is the symbolic link and the value is the
    | target path. Use the `storage:link` command to generate them.
    |
    */

    'links' => [
        public_path('storage') => storage_path('app/public'),
    ],

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions