Open Big-Shark opened 5 years ago
The package has support for Laravel out of the box. I'm not sure how that would work if I remove the support dependency.
Actually nevermind, I'll explore alternate ways. We do use some of the helpers from that package. So I'll see if we can adopt another package for that and get rid of this one.
I try to integrate this package in Symfony 4, and I have this problem. You use illuminate/support and this package use DotenvFactory, but does not have it in the required section.
P.S. https://mattallan.me/posts/dont-use-illuminate-support/