Support the ongoing development of Laravel.io →
Configuration
Last updated 2 years ago.
0
$env = $app->detectEnvironment(function()
{
    return getenv('ENV') ?: 'local';
});

If ENV variable exists, use that, if not, use 'local'

Last updated 2 years ago.
0

I think it doesn't make sense for me. I want my site to have production environment set on the hosting and I can't change environment variables there. So I need to have local environment on my local server and production everywhere else.

But again, why did it change?

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

kokokurak kokokurak Joined 21 Aug 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.