Package Data | |
---|---|
Maintainer Username: | DesignPond |
Maintainer Contact: | cindy.leschaud@gmail.com (Cindy Leschaud) |
Package Create Date: | 2017-01-27 |
Package Last Update: | 2024-06-29 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:11:19 |
Package Statistics | |
---|---|
Total Downloads: | 220 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 3 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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,
)