droitformation/registry

Laravel registry manager

This package's canonical repository appears to be gone and the package has been frozen as a result.

2.1 2023-06-07 12:44 UTC

This package is auto-updated.

Last update: 2023-07-07 12:52:45 UTC


README

Just for internal use

Configurations through database for Laravel

"droitformation/registry": "0.1"
'providers' => array(
    'Droitformation\Registry\RegistryServiceProvider',
)
'aliases' => array(
    'Registry' => Droitformation\Registry\Facades\Registry::class,
)

Change Log

v0.1.0

  • Inital