Skip to content

Instantly share code, notes, and snippets.

@bedus-creation
Last active November 14, 2018 07:56
Show Gist options
  • Save bedus-creation/024b65bc6b43e2b4a73059d6dd89d45b to your computer and use it in GitHub Desktop.
Save bedus-creation/024b65bc6b43e2b4a73059d6dd89d45b to your computer and use it in GitHub Desktop.
use config in laravel to set page layout with vue
<ul>
@foreach($setting['mainMenu'] as $menu)
<a href="{{$menu['url']}}"><li> {{$menu['label']}}</li></a>
@endforeach
</ul>
<{{$setting['layout']['page']['home']['component']}} category="{{$setting['layout']['page']['home']['category']}}">
</{{$setting['layout']['page']['home']['component']}}>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment