Open Alexander-Kane opened 1 month ago
Hi @Alexander-Kane
I no longer use this package, however, will accept a pull request if you need to make any changes to it.
@daftspunk Is there something else that you use instead?
I write to the .env
file instead now, which is relatively simple without needing a library.
Ah, thanks!
Laravel 10.48.20
Code: Config::write('app.url', 'http://domain.com'); or app('config')->write('app.url', 'http://domain.com');
I'm getting an error: Method Illuminate\Config\Repository::write does not exist.