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
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
Using Config::write on keys that have env('SOME_KEY','something') as value, it doesn't work.
Example: 'url' => env('APP_URL','http://localhost:83')
using Config::write('app', ['url' => 'http://localhost:83']);
the result is
Unable to rewrite key "url" in config, rewrite failed
The text was updated successfully, but these errors were encountered:
Demacri
changed the title
can't edit keys with env() method
can't edit keys with env() method as value
Sep 11, 2016
marktopper
changed the title
can't edit keys with env() method as value
[1.0] Can not edit keys with env() method as value
Sep 19, 2016
Using
Config::write
on keys that have env('SOME_KEY','something') as value, it doesn't work.Example:
'url' => env('APP_URL','http://localhost:83')
using
Config::write('app', ['url' => 'http://localhost:83']);
the result is
The text was updated successfully, but these errors were encountered: