// ----
// Project name. Shown in the window title.
- 'project_name' => 'Backpack Admin Panel',
+ 'project_name' => 'Bastide Resah Admin',
// When clicking on the admin panel's top-left logo/name,
// where should the user be redirected?
// CSS files that are loaded in all pages, using Laravel's asset() helper
'styles' => [
- 'packages/backpack/base/css/bundle.css', // has primary color electric purple (backpack default)
- // 'packages/backpack/base/css/blue-bundle.css', // has primary color blue
+ //'packages/backpack/base/css/bundle.css', // has primary color electric purple (backpack default)
+ 'packages/backpack/base/css/blue-bundle.css', // has primary color blue
+ 'css/admin.css',
// Here's what's inside the bundle:
// 'packages/@digitallyhappy/backstrap/css/style.min.css',
// ------
// Menu logo. You can replace this with an <img> tag if you have a logo.
- 'project_logo' => '<b>Back</b>pack',
+ 'project_logo' => '<img src="/images/logo-bastide.svg" height="55">',
// Show / hide breadcrumbs on admin panel pages.
- 'breadcrumbs' => true,
+ 'breadcrumbs' => false,
// Horizontal navbar classes. Helps make the admin panel look similar to your project's design.
'header_class' => 'app-header bg-light border-0 navbar',
// change background color with bg-dark, bg-primary, bg-secondary, bg-danger, bg-warning, bg-success, bg-info, bg-blue, bg-light-blue, bg-indigo, bg-purple, bg-pink, bg-red, bg-orange, bg-yellow, bg-green, bg-teal, bg-cyan, bg-white
// Developer or company name. Shown in footer.
- 'developer_name' => 'Cristian Tabacitu',
+ 'developer_name' => 'Fluidbook',
// Developer website. Link in footer. Type false if you want to hide it.
- 'developer_link' => 'http://tabacitu.ro',
+ 'developer_link' => 'http://www.fluidbook.com',
// Show powered by Laravel Backpack in the footer? true/false
- 'show_powered_by' => true,
+ 'show_powered_by' => false,
// -------
// SCRIPTS