-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
I'm encountering an issue while using laravel-medialibrary version ^10.9 .
When i run php artisan media-library:regenerate it give:
Media id 1: Disk named public cannot be accessed
I have verified my filesystem configuration in config/filesystems.php and it appears to be set correctly:
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'url' => env('APP_URL').'/storage',
'visibility' => 'public',
'throw' => false,
],
Could you please guide me in troubleshooting this issue? Is there anything specific I should be aware of when using laravel-medialibrary with Laravel 10.x?
Metadata
Metadata
Assignees
Labels
No labels