add shop base url
This commit is contained in:
parent
6beb14b25d
commit
64dac39d6b
|
|
@ -55,5 +55,7 @@ class ShopServiceProvider extends ServiceProvider
|
|||
{
|
||||
$menuCategories = CategoryRepo::getTwoLevelCategories();
|
||||
View::share('categories', $menuCategories);
|
||||
|
||||
View::share('shop_base_url', shop_route('home.index'));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue