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
Following from #225 , it would be super useful to have the ability to ask if($config->isProduction())
We can make it so there's a variable app.is_production=false that could be changed if we needed to, but if there's a .production.ini then app.is_production should automatically be set to true.
The text was updated successfully, but these errors were encountered:
Following from #225 , it would be super useful to have the ability to ask
if($config->isProduction())
We can make it so there's a variable
app.is_production=false
that could be changed if we needed to, but if there's a.production.ini
thenapp.is_production
should automatically be set to true.The text was updated successfully, but these errors were encountered: