|
*/
-$app = new Illuminate\Foundation\Application(
+$app = new Cubist\Backpack\Application(
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
);
return [
'items' => [
['label' => 'Contenus', 'icon' => 'ti ti-brush', 'items' => [
- ['label' => 'Pages', 'icon' => 'ti ti-file-code', 'url' => 'pages'],
- ['label' => 'Traductions', 'icon' => 'ti ti-language', 'url' => 'pages'],
+ ['label' => 'Pages', 'icon' => 'ti ti-file-code', 'url' => 'page'],
+ ['label' => 'Traductions', 'icon' => 'ti ti-language', 'url' => 'page'],
['label' => 'Paramètres', 'icon' => 'ti ti-adjustments', 'url' => 'settings'],
]],
['label' => 'Utilisateurs', 'icon' => 'ti ti-users', 'section' => 'users', 'items' => [
-{"version":3,"sourceRoot":"","sources":["app.sass"],"names":[],"mappings":"AACI;EACI;EACA;;;AAEJ;EACI;EACA","file":"app.css"}
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["app.sass"],"names":[],"mappings":"AACI;EACI;EACA;;;AACR;EACI;EACA;;AACA;EACI;EACA","file":"app.css"}
\ No newline at end of file