I want to upload images to public folder inside imgs folder so I tried adding to cofig/filesystems.php the following:
'pub' => [
'driver' => 'local',
'root' => '/imgs',
'url' => env('APP_URL').'/public',
'visibility' => 'public',
]
but now when I use $d->storeAs('products', $name.$ext, ['storage' => 'pub']); the images are saved inside storage/app/public/imgs/products not public/imgs/products
how I store them in public not in storage?
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2HDrIiX
via IFTTT
Aucun commentaire:
Enregistrer un commentaire