Skip to content

Can't delete a file #16

Closed
Closed
@blackcolt

Description

@blackcolt

Hi, trying to delete a file (clicking on the trashcan on the side or on the record.
I don't see any network activity when clicking the delete button.

Config:

filesystems.php


 'public' => [
            'driver' => 'local',
            'root' => storage_path('app/'),
            'url' => env('APP_URL') . '/storage',    // set url
            'visibility' => 'public',
        ],
] 

admin.php

'extensions' => [

       'media-manager' => [
           'disk' => 'public'   // Points to the disk set in config/filesystem.php
       ],
   ]

Will appreciate any help or suggestion,

Thanks a lot!

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