laravel-config-writer
laravel-config-writer copied to clipboard
Laravel 10 ERROR
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.