designpond/config-registry

Laravel registry manager

Installs: 221

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/designpond/config-registry

dev-master / 0.1.x-dev 2025-08-08 09:23 UTC

This package is auto-updated.

Last update: 2025-10-08 09:43:09 UTC


README

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