Configurations
With the installation of Adminetic you will find a new configuration file located at config/adminetic.php.
In this file you can find various options to change the configuration of your Adminetic installation.
Below we will take a deep dive into the configuration file and give a detailed description of each configuration set.
App Information
/*
|--------------------------------------------------------------------------
| Application Information
|--------------------------------------------------------------------------
|
*/
'title' => env('APP_NAME', 'Adminetic'),
'prefix' => 'Admine',
'suffix' => 'tic',
'logo' => '',
'favicon' => 'adminetic/static/favicon.png',
'description' => 'Laravel Adminetic Admin Panel Upgrade.',
'admin_home' => '/admin/dashboard',UI Configuration
Header
Card Setting
This is global setting for any card used in the system
Notify Popup Setting
Route Configuration
OAuth Configuration
Auth Configuration
Data Configuration
Asset Initialization
plugin takes array of plugin where
name: Name of plugin
active: (bool) dictates if plugin is active or not
files: JS and CSS location of plugin
type: plugin file type (css|CSS|js|JS)
location: location of plugin file inside public folder
Last updated
Was this helpful?