laravel-cloudfront icon indicating copy to clipboard operation
laravel-cloudfront copied to clipboard

What is minimum required version of Laravel and/or Lumen?

Open timfogarty1549 opened this issue 3 years ago • 2 comments

How could we help you?

I am using Laravel/Lumen v5.8, yes very far behind, but that's what it is.

this package's CloudFront::invalidate() fails at line 33 of CloudFrontManager. There is no $this->config[] in Illuminate\Support\Manager. But if line 33 is changed from

$config = $this->config['cloudfront'];

to

$config = config('cloudfront');

using the helper function, it works fine. Could it be just the difference between Laravel and Lumen?

timfogarty1549 avatar Jun 05 '22 22:06 timfogarty1549

i have the same problem, how you fix that @timfogarty1549 ?

notridan avatar Jun 20 '22 02:06 notridan

I did not use the package, just used the one class with static methods getClient and invalidate.

timfogarty1549 avatar Jun 20 '22 08:06 timfogarty1549