You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In helpers.php line 646:
Attempted to load class "DotenvFactory" from namespace "Dotenv\Environment".
Did you forget a "use" statement for another namespace?
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/
The text was updated successfully, but these errors were encountered: