Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lorenzosapora/medialibrary-gcs-url-generator

Laravel medialibrary Google Cloud URL Generator
https://github.com/lorenzosapora/medialibrary-gcs-url-generator

Last synced: 3 days ago
JSON representation

Laravel medialibrary Google Cloud URL Generator

Awesome Lists containing this project

README

        

# Google Cloud Platform URL Generator for spatie's medialibrary
A missing Google Cloud Platform URL Generator for [spatie/laravel-medialibrary](https://github.com/spatie/laravel-medialibrary).

## Installation
Add the package to your Laravel project using composer:

```bash
composer require terminalsio/medialibrary-gcs-url-generator
```

## Configuration
Set the class as the `url_generator` in `config/medialibrary.php`:

```php
'url_generator' => 'Terminalsio\GcsUrlGenerator\GcsUrlGenerator',
```

## Security

If you discover any security related issues, please send a message using any secure method listed here [terminals.io/security](https://keybase.io/sudos) instead of using the issue tracker.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.