Skip to content

Deploy Media folder issue | Not urgent #68

@flyingbaba

Description

@flyingbaba

I think there is a bug then importing Media from Media folder.
If folder name is changed in /config/filesystem.php.

'media' => [
            'driver' => 'local',
            'root' => storage_path('app/media_v2'),
            'url' => '/storage/app/media_v2',
            'visibility' => 'public',
            'throw' => false,
            'report' => false,
        ],

Deploy anyway tries to copy /storage/app/media folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions