Skip to content

abyssgoing/dcat-extension-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dcat extension config

Requirement

  • PHP >= 7.1
  • laravel >= 7.0
  • dcat-admin >= 2.0

Installation

Composer installation

composer require abyssgoing/dcat-extension-config

Enable the extension under Backend -> Helpers -> Extensions

View

image-20220606153442146

image-20220605023851837

Use

Open the file app/Providers/AppServiceProvider.php to load variable configuration.

use Ll\DcatConfig\LlConfig;

public function boot()
{
    if (Schema::hasTable('ll_configs')) {
        LlConfig::load();
    }
}

About

系统变量配置管理 用于配置系统中各种的动态变量 dcat-admin 插件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.7%
  • JavaScript 6.3%
  • Blade 2.3%
  • CSS 0.7%