terminalsio/gcs-url-generator

A laravel package for spatie medialibrary to extend UrlGenerator to support Google Cloud Platform

v1.6.0 2022-05-17 01:27 UTC

This package is auto-updated.

Last update: 2024-04-17 20:40:27 UTC


README

A missing Google Cloud Platform URL Generator for spatie/laravel-medialibrary.

Installation

Add the package to your Laravel project using composer:

composer require terminalsio/medialibrary-gcs-url-generator

Configuration

Set the class as the url_generator in config/medialibrary.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 instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.