cakesol/config

Store Configure::write in the database and allow to edit these option from the backend

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:cakephp-plugin

dev-master 2018-07-17 19:05 UTC

This package is auto-updated.

Last update: 2024-04-18 08:00:56 UTC


README

Requirements

  • CakePHP 3.5.0+
  • PHP 7.0+

Installation

You can install this plugin into your CakePHP application using composer. The recommended way to install composer packages is:

composer require cakesol/config

or update your composer.json file as below

 "require": {
        "cakesol/config": "dev-master"
    },

Enable the plugin in your application bootstrap.php

Plugin::load('Cakesol/Config', ['bootstrap' => true]);

Database

This plugin requires a migration to generate a configs table, and it can be generated via the official Migrations plugin as follows:

bin/cake migrations migrate -p cakesol/config

Or you can use this plugin to manage the migrations via the admin

Support

Please report bugs and feature request in the issues section of this repository.

License

Copyright 2018 Solutia. All rights reserved.

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.