droitformation/registry

Laravel registry manager

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 469

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/droitformation/registry

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