%PDF- %PDF-
Direktori : /var/www/html/workeasy-api/vendor/spatie/laravel-medialibrary/src/UrlGenerator/ |
Current File : //var/www/html/workeasy-api/vendor/spatie/laravel-medialibrary/src/UrlGenerator/S3UrlGenerator.php |
<?php namespace Spatie\MediaLibrary\UrlGenerator; class S3UrlGenerator extends BaseUrlGenerator { /** * Get the url for the profile of a media item. * * @return string */ public function getUrl(): string { return config('medialibrary.s3.domain').'/'.$this->getPathRelativeToRoot(); } }