Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lorenzosapora/medialibrary-gcs-url-generator
- Owner: LorenzoSapora
- License: mit
- Created: 2019-09-23T11:17:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T16:33:24.000Z (over 2 years ago)
- Last Synced: 2024-12-24T00:30:50.346Z (4 days ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.