Vinelab / cdn

CDN Assets Manager Package for Laravel.
MIT License
214 stars 71 forks source link

use cdn without upload #89

Open satish-ambab opened 8 years ago

satish-ambab commented 8 years ago

Hi,

Can we use this only for displaying assets (no uploads no extra busines) just like simple cdn ?

filipegar commented 8 years ago

Hi. I think you can try that. Host everything you need on a bucket, with same directories as in your laravel installation and enable the package. Your URLs should be replaced with s3.amazonaws.com and work as expected. The upload feature is just a quick way to achieve that.