You see, I'm doing a url with which to see images of a table of plants.
web.php:
Route::get('/images/{path}/{attachment}', function($path, $attachment){
$storagePath = Storage::disk($path)->getDriver()->getAdapter()->getPathPrefix...
asked by
15.02.2018 / 19:34