Code Monkey home page Code Monkey logo

gcs-url-generator's Introduction

Google Cloud Storage URL Generator

Google Cloud Storage URL Generator package for spatie/laravel-medialibrary and superbalist/laravel-google-cloud-storage.

Installation

superbalist/laravel-google-cloud-storage

Install the superbalist/laravel-google-cloud-storage dependency.

composer require superbalist/laravel-google-cloud-storage

Visit the superbalist/laravel-google-cloud-storage repository and follow the installation instructions to finish set up.

nathandunn/gcs-url-generator

Install the nathandunn/gcs-url-generator dependency using:

composer require nathandunn/gcs-url-generator

spatie/laravel-medialibrary

Install the spatie/laravel-medialibrary dependency using:

composer require "spatie/laravel-medialibrary:^7.0.0"

In order to change the URL generator, you will need to publish the laravel-medialibrary config file. You can achive this using the following artisan command:

php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="config"

In medialibrary.php register the Google Cloud Storage domain as follows:

'gcs' => [
    'domain' => 'https://storage.cloud.google.com/'. env('GOOGLE_CLOUD_STORAGE_BUCKET'),
],

In the same file, register the URL generator class:

/*
 * When urls to files get generated, this class will be called. Leave empty
 * if your files are stored locally above the site root or on s3.
 */
'url_generator' => NathanDunn\UrlGenerator\GcsUrlGenerator::class,

gcs-url-generator's People

Contributors

nthndnn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.