[WIP] Setup of skeleton

This commit is contained in:
Ludovic CANDELLIER
2020-03-25 00:08:27 +01:00
parent baf8e13c25
commit 36267139a1
377 changed files with 18248 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ return [
'domain' => '',
// Redirect to this route after login
'redirectTo' => 'boilerplate.dashboard',
'redirectTo' => 'Shop.Admin.dashboard',
// Backend locale
'locale' => config('app.locale'),

View File

@@ -1,6 +1,6 @@
<?php
return [
'dashboard' => \Sebastienheyd\Boilerplate\Controllers\DashboardController::class, // Dashboard controller to use
'dashboard' => \App\Http\Controllers\Shop\Admin\DashboardController::class, // Dashboard controller to use
'providers' => [], // Additional menu items providers
];

View File

@@ -21,15 +21,15 @@ return [
'border' => false,
'compact' => false,
'links' => [
'bg' => 'blue',
'bg' => 'green',
'shadow' => 1,
],
'brand' => [
'bg' => 'gray-dark',
'logo' => [
'bg' => 'blue',
'bg' => 'green',
'icon' => '<i class="fa fa-cubes"></i>',
'text' => '<strong>BO</strong>ilerplate',
'text' => '<strong>O</strong>pen<strong>S</strong>em',
'shadow' => 2,
],
],
@@ -40,7 +40,7 @@ return [
],
'footer' => [
'visible' => true,
'vendorname' => 'Boilerplate',
'vendorname' => 'OpenSem',
'vendorlink' => '',
],
'card' => [