Abed Halawi
Abed Halawi
If you are using the built-in PHP server (`php artisan serve` or `php -S ...`) you may need to restart the server for the changes in your `.env` to work.
can you please send all of the config from within your file? probably having at the wrong level of the array.
@filipegar sorry for the late reply, please go ahead! PRs are always welcome 😄 A separate command sounds good, though requiring the understanding of the CORSCobfiguration structure is a bit...
Yes, you can use a combination of `include` and `exclude` from the docs https://github.com/Vinelab/cdn#files--directories to choose specifically what you'd like to have uploaded. Also when configuring your buckets, you may...
Have you tried excluding the public directory? For it's the default in the package.
The error is really weird... ``` PHP Fatal error: Class 'Vinelab\Cdn\Tests\TestCase' not found in /home/travis/build/Vinelab/cdn/tests/Vinelab/Cdn/AssetTest.php on line 15 ```
@olimorris any updates on this from your side?
Interesting! Unfortunately at the moment you cannot do that. It would require implementation though should be easy once you have the URL of the asset at hand. Can you give...
@bubenkoff thanks for raising that point. Can you please suggest a suitable solution? I haven't faced that issue before so any details you can share are much appreciated!
@thtg88 Thanks for the details. I'm just afraid that would require too much config in the simple case where you only have one bucket per app. I always lean towards...