DesignPond / config-registry by DesignPond

Laravel registry manager
216
0
3
Package Data
Maintainer Username: DesignPond
Maintainer Contact: cindy.leschaud@gmail.com (Cindy Leschaud)
Package Create Date: 2017-01-27
Package Last Update: 2023-01-05
Language: PHP
License: MIT
Last Refreshed: 2024-04-30 15:02:06
Package Statistics
Total Downloads: 216
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

Configurations

Just for internal use

Configurations through database for Laravel

"designPond/config-registry": "0.1"
'providers' => array(
    'DesignPond\Registry\RegistryServiceProvider',
)
'aliases' => array(
    'Registry' => DesignPond\Registry\Facades\Registry::class,
)

Change Log

v0.1.0

  • Inital