MINI MINI MANI MO

Path : /var/www/html/sistemas/archivodigital/config/
File Upload :
Current File : /var/www/html/sistemas/archivodigital/config/custom.php

<?php
// custom.php file returd default configuration setting of layouts
return [
    'custom' => [
        'mainLayoutType' => 'vertical-modern-menu', //Options:vertical-modern-menu,vertical-menu-nav-dark,vertical-gradient-menu,vertical-dark-menu,horizontal-menu, default(vertical-modern-menu)
        'pageHeader' => false, //options:Boolean: false(default), true (Page Header for Breadcrumbs) Warning:if pageheader true need to define a breadcrums in controller
        'bodyCustomClass' => '', //any custom class can be pass
        'navbarLarge' => true, //options:[boolean]:true or false default(true)
        'navbarBgColor' => '', //Options: cyan,teal,light-blue,amber (any of materializecolor class can be pass). warning:if isNavbarDark set NavbarBgColor not work.
        'isNavbarDark' => null, //Options:True for dark, false for light and null for default (blank for default navbar background color according to theme)
        'isNavbarFixed' => true, // options:true or false
        'activeMenuColor' => '', //Sidebar active menu color (any of materializecolor class can be pass)
        'isMenuDark' => null, // True for dark, false for light and null for default(blank for default sidenav-color according to theme)
        'isMenuCollapsed' => false, // options:True or false  Warning:this option is not applicable for horizontal
        'activeMenuType' => '', //Options:default("") sidenav-active-square, sidenav-active-rounded, sidenav-active-fullwidth  Warning:this option is not applicable for horizontal
        'isFooterDark' => null, //True for dark, flase for light and null for default
        'isFooterFixed' => false, //options:true or false
        'templateTitle' => 'Documentacion', //template Title can be changes default('Materialize)
        'isCustomizer' => false, //If True customizer available or false its not available
        'defaultLanguage' => 'en', //set your default language Options: en(default),pt,fr,de
        'largeScreenLogo' => 'images/logo/archivo_digital.svg', //we used saparete log image for large screen and small
        'smallScreenLogo' => 'images/logo/archivo_digital.svg', // pass the image path here e.g:'images/logo/materialize-logo-color.png' note:(Vertical-menu-nav-dark and horizontal-menu template used a single logo in both small and large screen)
        'isFabButton' => false,   //favorite button for shortcurt menu Option: True or False
        'direction' => env('MIX_CONTENT_DIRECTION', 'ltr'),
    ],
];

OHA YOOOO