2017 © Pedro Peláez
 

library registry

Laravel registry manager for application configurations

image

torann/registry

Laravel registry manager for application configurations

  • Tuesday, May 29, 2018
  • by torann
  • Repository
  • 7 Watchers
  • 23 Stars
  • 1,897 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 16 Forks
  • 11 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

Registry Manager for Laravel

Latest Stable Version Total Downloads, (*1)

Registry manager for Laravel 5. An alternative for managing application configurations and settings. Now with the magic of caching, so no more database calls to simply get site setting., (*2)


Installation

To get the latest version of Registry simply require it in your composer.json file., (*3)

"torann/registry": "0.2.*@dev"

You'll then need to run composer install to download it and have the autoloader updated., (*4)

Once Registry is installed you need to register the service provider with the application. Open up app/app.php and find the providers key., (*5)

'providers' => array(
    'Torann\Registry\RegistryServiceProvider',
)

Registry also ships with a facade which provides the static syntax for creating collections. You can register the facade in the aliases key of your app/app.php file., (*6)

'aliases' => array(
    'Registry' => 'Torann\Registry\Facades\Registry',
)

Publish the configurations and migration

Run this on the command line from the root of your project:, (*7)

$ php artisan vendor:publish

A configuration file will be publish to config/registry.php and a migration file to database/migrations/, (*8)

Documentation

View the official documentation., (*9)

Change Log

v0.2.0

  • Update to Laravel 5

v0.1.3

  • Added timestamp managers for multi-instance websites
  • Added custom caching

v0.1.2

  • Added config for custom table name
  • Added forced variable types
  • Code cleanup

v0.1.1

  • Bug fixes

v0.1.0

  • First release

The Versions

29/05 2018

dev-master

9999999-dev

Laravel registry manager for application configurations

  Sources   Download

BSD-2-Clause BSD 2-Clause

The Requires

 

laravel settings configuration registry

21/02 2015

0.2.0

0.2.0.0

Laravel registry manager for application configurations

  Sources   Download

BSD 2-Clause

The Requires

 

laravel settings configuration registry

06/11 2014

0.1.2

0.1.2.0

Laravel registry manager for application configurations

  Sources   Download

BSD 2-Clause

The Requires

 

laravel settings registry

02/06 2014

0.1.1

0.1.1.0

Laravel 4 registry manager for application configurations

  Sources   Download

BSD 2-Clause

The Requires

 

laravel settings registry

23/12 2013

0.1.0

0.1.0.0

Laravel 4 registry manager for application configurations

  Sources   Download

BSD 2-Clause

The Requires

 

laravel settings registry