Skip to content

Instantly share code, notes, and snippets.

@khanof89
Created April 23, 2018 19:53
Show Gist options
  • Save khanof89/a8bc5e24b41500331bc5e2bb9d3a7d0c to your computer and use it in GitHub Desktop.
Save khanof89/a8bc5e24b41500331bc5e2bb9d3a7d0c to your computer and use it in GitHub Desktop.
$settings = Setting::get();
foreach ($settings as $setting) {
View::share($setting->key, $setting->value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment