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
Environment variables should always be loading through config files (so they have defaults and can be cached).
You should really be doing @if (config('app.env') === 'production')
TIA for such a great package
I'm having an issue with @env and @endenv in my code, where it outputs it literally instead of processing it.
Is this a bug or am I possibly using it incorrectly?
The text was updated successfully, but these errors were encountered: