This document outlines the various configuration options available for the Admin Panel package. These settings allow you to customize the appearance, behavior, and functionality of the admin panel to suit your application's needs.
theme
: Specifies the theme of the admin panel.
string
admin-lte
admin-lte
is the default theme.dark_mode
: Enables or disables the dark mode by default for the administrator.
boolean
true
true
, the admin panel will use dark mode as the default theme.lang_mode
: Enables or disables language mode for the admin panel.
boolean
true
languages
: Defines the languages supported by the admin panel.
array
['en', 'ua', 'ru']
home-route
: Specifies the default home route for the admin panel.
string
admin.dashboard
app_namespace
: The namespace for the Admin application.
string
App\Admin
paths
: Directories used by the Admin package.
array
route
: Global route configurations for the admin panel.
array
action
: Defines default actions for the admin panel.
array
force-2fa
: Enforces Two-Factor Authentication for all admin users.
boolean
false
auth
: Authentication settings for admin pages.
array
upload
: Configuration for file uploads in the admin panel.
array
disks
: Filesystem disks used by the admin panel.
array
footer
: Custom HTML content for the admin panel footer.
string