tizipso / config
Config manager for dcat-admin
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tizipso/config
Requires
- php: >=7.1.0
- dcat/laravel-admin: *
This package is auto-updated.
Last update: 2025-09-27 02:22:07 UTC
README
Config manager for dcat-admin
Installation
$ composer require tizipso/config
$ php artisan migrate
$ php artisan admin:import Dcat\Admin\Extension\Config\Config
Open http://your-host/admin/config
Usage
After add config in the panel, use config($key)
to get value you configured.
License
Licensed under The MIT License (MIT).