Skip to content

Settings plugin for Cake3.x. Access database settings in Configurations class.

Notifications You must be signed in to change notification settings

prakashw3expert/CakePhp3.x-Settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Settings Plugin allows you to manage your database settings (normally used with cake's Configure-class) in cake's Configure-class.

Is easy to use: you can use the Configure::read() methods via the Configure-class.

Admin console to update setting.

Note: The Settings-plugin is prefix-minded. An example: Prefix.Name. Installation

You can install this plugin into your CakePHP application using composer. For existing applications you can add the following to your composer.json file:

"require": { "prakashw3expert/settings": "dev-master" } And run /composer update.

Configuration

You will need to add the following line to your application's bootstrap.php file:

Plugin::load('Settings', ['bootstrap' => true, 'routes' => true]);

// or run in your shell

img

About

Settings plugin for Cake3.x. Access database settings in Configurations class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages