mjawad096 / laravel-grapesjs

This package provide an esay way to integrate GrapesJS into your laravel proejct.
MIT License
108 stars 54 forks source link

Using Google storage for images #34

Closed insssomniac closed 2 years ago

insssomniac commented 2 years ago

Hello JD,

Is it possible to use Google Storage to uploading and storing the images from the editor? With something like this connector https://github.com/Superbalist/laravel-google-cloud-storage

ghost commented 2 years ago

Hello @insssomniac, Yes! you can use any Laravel-supported filesystem. Have you tried changing the disk for assets in the config file? see https://github.com/jd-dotlogics/laravel-grapesjs/blob/f04d957e7af236325f8bb161b412350a64cae30e/src/config.php#L78

insssomniac commented 2 years ago

well, I didn't think what it is so easy :grinning:

Thanks!