phillnex liked this thread
phillnex liked this reply
Hi Hamza,
In the Laravel documentation, it says how to update the configuration at runtime.
So you would do this:
$site_title = $request->input('site_title');
config(['meta.title' => $site_title]);
Hope it works out!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community