In Laravel using Config:set('database.connections.mysql.host','localhost')
make changes to the config file temporarily for the current user only, and it also does not make changes to the config file also. How can I make changes to the config file permanently so that it affects all users and if I opens the config file the I get the changed values.
↧
how to make changes to config file permanently in laravel
↧