I\'m using a package within my project and it stores a setting inside config/packagename
config/packagename
I would like to dynamically change this value inside the config
Use this in controller when you need to change.
id; Config::set('view_id', $user_id );