| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585 |
- <?php
- return [
- /*
- |--------------------------------------------------------------------------
- | Title
- |--------------------------------------------------------------------------
- |
- | Here you can change the default title of your admin panel.
- |
- | For detailed instructions you can look the title section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
- |
- */
- 'title' => 'AdminLTE 3',
- 'title_prefix' => '',
- 'title_postfix' => '',
- /*
- |--------------------------------------------------------------------------
- | Favicon
- |--------------------------------------------------------------------------
- |
- | Here you can activate the favicon.
- |
- | For detailed instructions you can look the favicon section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
- |
- */
- 'use_ico_only' => false,
- 'use_full_favicon' => false,
- /*
- |--------------------------------------------------------------------------
- | Google Fonts
- |--------------------------------------------------------------------------
- |
- | Here you can allow or not the use of external google fonts. Disabling the
- | google fonts may be useful if your admin panel internet access is
- | restricted somehow.
- |
- | For detailed instructions you can look the google fonts section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
- |
- */
- 'google_fonts' => [
- 'allowed' => true,
- ],
- /*
- |--------------------------------------------------------------------------
- | Admin Panel Logo
- |--------------------------------------------------------------------------
- |
- | Here you can change the logo of your admin panel.
- |
- | For detailed instructions you can look the logo section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
- |
- */
- 'logo' => '<b>Admin</b>LTE',
- 'logo_img' => 'vendor/adminlte/dist/img/AdminLTELogo.png',
- 'logo_img_class' => 'brand-image img-circle elevation-3',
- 'logo_img_xl' => null,
- 'logo_img_xl_class' => 'brand-image-xs',
- 'logo_img_alt' => 'Admin Logo',
- /*
- |--------------------------------------------------------------------------
- | Authentication Logo
- |--------------------------------------------------------------------------
- |
- | Here you can setup an alternative logo to use on your login and register
- | screens. When disabled, the admin panel logo will be used instead.
- |
- | For detailed instructions you can look the auth logo section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
- |
- */
- 'auth_logo' => [
- 'enabled' => false,
- 'img' => [
- 'path' => 'vendor/adminlte/dist/img/AdminLTELogo.png',
- 'alt' => 'Auth Logo',
- 'class' => '',
- 'width' => 50,
- 'height' => 50,
- ],
- ],
- /*
- |--------------------------------------------------------------------------
- | Preloader Animation
- |--------------------------------------------------------------------------
- |
- | Here you can change the preloader animation configuration. Currently, two
- | modes are supported: 'fullscreen' for a fullscreen preloader animation
- | and 'cwrapper' to attach the preloader animation into the content-wrapper
- | element and avoid overlapping it with the sidebars and the top navbar.
- |
- | For detailed instructions you can look the preloader section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
- |
- */
- 'preloader' => [
- 'enabled' => true,
- 'mode' => 'fullscreen',
- 'img' => [
- 'path' => 'vendor/adminlte/dist/img/AdminLTELogo.png',
- 'alt' => 'AdminLTE Preloader Image',
- 'effect' => 'animation__shake',
- 'width' => 60,
- 'height' => 60,
- ],
- ],
- /*
- |--------------------------------------------------------------------------
- | User Menu
- |--------------------------------------------------------------------------
- |
- | Here you can activate and change the user menu.
- |
- | For detailed instructions you can look the user menu section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
- |
- */
- 'usermenu_enabled' => true,
- 'usermenu_header' => false,
- 'usermenu_header_class' => 'bg-primary',
- 'usermenu_image' => false,
- 'usermenu_desc' => false,
- 'usermenu_profile_url' => false,
- /*
- |--------------------------------------------------------------------------
- | Layout
- |--------------------------------------------------------------------------
- |
- | Here we change the layout of your admin panel.
- |
- | For detailed instructions you can look the layout section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Layout-and-Styling-Configuration
- |
- */
- 'layout_topnav' => null,
- 'layout_boxed' => null,
- 'layout_fixed_sidebar' => null,
- 'layout_fixed_navbar' => null,
- 'layout_fixed_footer' => null,
- 'layout_dark_mode' => null,
- /*
- |--------------------------------------------------------------------------
- | Authentication Views Classes
- |--------------------------------------------------------------------------
- |
- | Here you can change the look and behavior of the authentication views.
- |
- | For detailed instructions you can look the auth classes section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Layout-and-Styling-Configuration
- |
- */
- 'classes_auth_card' => 'card-outline card-primary',
- 'classes_auth_header' => '',
- 'classes_auth_body' => '',
- 'classes_auth_footer' => '',
- 'classes_auth_icon' => '',
- 'classes_auth_btn' => 'btn-flat btn-primary',
- /*
- |--------------------------------------------------------------------------
- | Admin Panel Classes
- |--------------------------------------------------------------------------
- |
- | Here you can change the look and behavior of the admin panel.
- |
- | For detailed instructions you can look the admin panel classes here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Layout-and-Styling-Configuration
- |
- */
- 'classes_body' => '',
- 'classes_brand' => '',
- 'classes_brand_text' => '',
- 'classes_content_wrapper' => '',
- 'classes_content_header' => '',
- 'classes_content' => '',
- 'classes_sidebar' => 'sidebar-dark-primary elevation-4',
- 'classes_sidebar_nav' => '',
- 'classes_topnav' => 'navbar-white navbar-light',
- 'classes_topnav_nav' => 'navbar-expand',
- 'classes_topnav_container' => 'container',
- /*
- |--------------------------------------------------------------------------
- | Sidebar
- |--------------------------------------------------------------------------
- |
- | Here we can modify the sidebar of the admin panel.
- |
- | For detailed instructions you can look the sidebar section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Layout-and-Styling-Configuration
- |
- */
- 'sidebar_mini' => 'lg',
- 'sidebar_collapse' => false,
- 'sidebar_collapse_auto_size' => false,
- 'sidebar_collapse_remember' => false,
- 'sidebar_collapse_remember_no_transition' => true,
- 'sidebar_scrollbar_theme' => 'os-theme-light',
- 'sidebar_scrollbar_auto_hide' => 'l',
- 'sidebar_nav_accordion' => true,
- 'sidebar_nav_animation_speed' => 300,
- /*
- |--------------------------------------------------------------------------
- | Control Sidebar (Right Sidebar)
- |--------------------------------------------------------------------------
- |
- | Here we can modify the right sidebar aka control sidebar of the admin panel.
- |
- | For detailed instructions you can look the right sidebar section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Layout-and-Styling-Configuration
- |
- */
- 'right_sidebar' => false,
- 'right_sidebar_icon' => 'fas fa-cogs',
- 'right_sidebar_theme' => 'dark',
- 'right_sidebar_slide' => true,
- 'right_sidebar_push' => true,
- 'right_sidebar_scrollbar_theme' => 'os-theme-light',
- 'right_sidebar_scrollbar_auto_hide' => 'l',
- /*
- |--------------------------------------------------------------------------
- | URLs
- |--------------------------------------------------------------------------
- |
- | Here we can modify the url settings of the admin panel.
- |
- | For detailed instructions you can look the urls section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
- |
- */
- 'use_route_url' => false,
- 'dashboard_url' => 'admin',
- 'logout_url' => 'admin/logout',
- 'login_url' => 'admin/login',
- 'register_url' => 'register',
- 'password_reset_url' => 'password/reset',
- 'password_email_url' => 'password/email',
- 'profile_url' => false,
- 'disable_darkmode_routes' => false,
- /*
- |--------------------------------------------------------------------------
- | Laravel Asset Bundling
- |--------------------------------------------------------------------------
- |
- | Here we can enable the Laravel Asset Bundling option for the admin panel.
- | Currently, the next modes are supported: 'mix', 'vite' and 'vite_js_only'.
- | When using 'vite_js_only', it's expected that your CSS is imported using
- | JavaScript. Typically, in your application's 'resources/js/app.js' file.
- | If you are not using any of these, leave it as 'false'.
- |
- | For detailed instructions you can look the asset bundling section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Other-Configuration
- |
- */
- 'laravel_asset_bundling' => false,
- 'laravel_css_path' => 'css/app.css',
- 'laravel_js_path' => 'js/app.js',
- /*
- |--------------------------------------------------------------------------
- | Menu Items
- |--------------------------------------------------------------------------
- |
- | Here we can modify the sidebar/top navigation of the admin panel.
- |
- | For detailed instructions you can look here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Menu-Configuration
- |
- */
- 'menu' => [
- // Navbar items (правый верхний угол):
- [
- 'type' => 'fullscreen-widget',
- 'topnav_right' => true,
- ],
- // Sidebar items:
- [
- 'type' => 'sidebar-menu-search',
- 'text' => 'search',
- ],
- ['header' => 'УПРАВЛЕНИЕ'],
- [
- 'text' => 'Дашборд',
- 'url' => 'admin',
- 'icon' => 'fas fa-fw fa-tachometer-alt',
- 'active' => ['admin'],
- ],
- ['header' => 'АВТОМОБИЛИ'],
- [
- 'text' => 'Автомобили',
- 'icon' => 'fas fa-fw fa-car',
- 'can' => 'cars.view',
- 'submenu' => [
- [
- 'text' => 'Все автомобили',
- 'url' => 'admin/cars',
- 'icon' => 'fas fa-fw fa-list',
- 'can' => 'cars.view',
- ],
- [
- 'text' => 'Добавить',
- 'url' => 'admin/cars/create',
- 'icon' => 'fas fa-fw fa-plus',
- 'can' => 'cars.edit',
- ],
- ],
- ],
- [
- 'text' => 'Справочники',
- 'url' => 'admin/manuals',
- 'icon' => 'fas fa-fw fa-book',
- 'can' => 'manuals.view',
- ],
- ['header' => 'КОНТЕНТ САЙТА'],
- [
- 'text' => 'Страницы',
- 'url' => 'admin/pages',
- 'icon' => 'fas fa-fw fa-file-alt',
- 'can' => 'pages.view',
- ],
- [
- 'text' => 'Блоки',
- 'url' => 'admin/blocks',
- 'icon' => 'fas fa-fw fa-th-large',
- 'can' => 'blocks.view',
- ],
- [
- 'text' => 'Услуги',
- 'url' => 'admin/services',
- 'icon' => 'fas fa-fw fa-concierge-bell',
- 'can' => 'blocks.view',
- ],
- [
- 'text' => 'Отзывы',
- 'url' => 'admin/reviews',
- 'icon' => 'fas fa-fw fa-star',
- 'can' => 'blocks.view',
- ],
- ['header' => 'ЗАЯВКИ'],
- [
- 'text' => 'Заявки и формы',
- 'icon' => 'fas fa-fw fa-paper-plane',
- 'can' => 'settings.view',
- 'submenu' => [
- [
- 'text' => 'Веб-формы',
- 'url' => 'admin/forms',
- 'icon' => 'fas fa-fw fa-list-alt',
- 'can' => 'settings.view',
- ],
- [
- 'text' => 'Заявки',
- 'url' => 'admin/leads',
- 'icon' => 'fas fa-fw fa-inbox',
- 'can' => 'settings.view',
- ],
- ],
- ],
- ['header' => 'СИСТЕМА'],
- [
- 'text' => 'Настройки',
- 'url' => 'admin/settings',
- 'icon' => 'fas fa-fw fa-cog',
- 'can' => 'settings.view',
- ],
- [
- 'text' => 'Пользователи',
- 'url' => 'admin/users',
- 'icon' => 'fas fa-fw fa-users',
- 'can' => 'users.view',
- ],
- ],
- /*
- |--------------------------------------------------------------------------
- | Menu Filters
- |--------------------------------------------------------------------------
- |
- | Here we can modify the menu filters of the admin panel.
- |
- | For detailed instructions you can look the menu filters section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Menu-Configuration
- |
- */
- 'filters' => [
- JeroenNoten\LaravelAdminLte\Menu\Filters\GateFilter::class,
- JeroenNoten\LaravelAdminLte\Menu\Filters\HrefFilter::class,
- JeroenNoten\LaravelAdminLte\Menu\Filters\SearchFilter::class,
- JeroenNoten\LaravelAdminLte\Menu\Filters\ActiveFilter::class,
- JeroenNoten\LaravelAdminLte\Menu\Filters\ClassesFilter::class,
- JeroenNoten\LaravelAdminLte\Menu\Filters\LangFilter::class,
- JeroenNoten\LaravelAdminLte\Menu\Filters\DataFilter::class,
- ],
- /*
- |--------------------------------------------------------------------------
- | Plugins Initialization
- |--------------------------------------------------------------------------
- |
- | Here we can modify the plugins used inside the admin panel.
- |
- | For detailed instructions you can look the plugins section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Plugins-Configuration
- |
- */
- 'plugins' => [
- 'Datatables' => [
- 'active' => false,
- 'files' => [
- [
- 'type' => 'js',
- 'asset' => false,
- 'location' => '//cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js',
- ],
- [
- 'type' => 'js',
- 'asset' => false,
- 'location' => '//cdn.datatables.net/1.10.19/js/dataTables.bootstrap4.min.js',
- ],
- [
- 'type' => 'css',
- 'asset' => false,
- 'location' => '//cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css',
- ],
- ],
- ],
- 'Select2' => [
- 'active' => false,
- 'files' => [
- [
- 'type' => 'js',
- 'asset' => false,
- 'location' => '//cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.min.js',
- ],
- [
- 'type' => 'css',
- 'asset' => false,
- 'location' => '//cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.css',
- ],
- ],
- ],
- 'Chartjs' => [
- 'active' => false,
- 'files' => [
- [
- 'type' => 'js',
- 'asset' => false,
- 'location' => '//cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.0/Chart.bundle.min.js',
- ],
- ],
- ],
- 'Sweetalert2' => [
- 'active' => false,
- 'files' => [
- [
- 'type' => 'js',
- 'asset' => false,
- 'location' => '//cdn.jsdelivr.net/npm/sweetalert2@8',
- ],
- ],
- ],
- 'Pace' => [
- 'active' => false,
- 'files' => [
- [
- 'type' => 'css',
- 'asset' => false,
- 'location' => '//cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/themes/blue/pace-theme-center-radar.min.css',
- ],
- [
- 'type' => 'js',
- 'asset' => false,
- 'location' => '//cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js',
- ],
- ],
- ],
- // Summernote — WYSIWYG-редактор для Bootstrap 4 (с русской локализацией)
- 'Summernote' => [
- 'active' => false,
- 'files' => [
- [
- 'type' => 'css',
- 'asset' => false,
- 'location' => 'https://cdn.jsdelivr.net/npm/summernote@0.8.20/dist/summernote-bs4.min.css',
- ],
- [
- 'type' => 'js',
- 'asset' => false,
- 'location' => 'https://cdn.jsdelivr.net/npm/summernote@0.8.20/dist/summernote-bs4.min.js',
- ],
- [
- 'type' => 'js',
- 'asset' => false,
- 'location' => 'https://cdn.jsdelivr.net/npm/summernote@0.8.20/dist/lang/summernote-ru-RU.min.js',
- ],
- ],
- ],
- ],
- /*
- |--------------------------------------------------------------------------
- | IFrame
- |--------------------------------------------------------------------------
- |
- | Here we change the IFrame mode configuration. Note these changes will
- | only apply to the view that extends and enable the IFrame mode.
- |
- | For detailed instructions you can look the iframe mode section here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/IFrame-Mode-Configuration
- |
- */
- 'iframe' => [
- 'default_tab' => [
- 'url' => null,
- 'title' => null,
- ],
- 'buttons' => [
- 'close' => true,
- 'close_all' => true,
- 'close_all_other' => true,
- 'scroll_left' => true,
- 'scroll_right' => true,
- 'fullscreen' => true,
- ],
- 'options' => [
- 'loading_screen' => 1000,
- 'auto_show_new_tab' => true,
- 'use_navbar_items' => true,
- ],
- ],
- /*
- |--------------------------------------------------------------------------
- | Livewire
- |--------------------------------------------------------------------------
- |
- | Here we can enable the Livewire support.
- |
- | For detailed instructions you can look the livewire here:
- | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Other-Configuration
- |
- */
- 'livewire' => false,
- ];
|