Download the PHP package anklimsk/cakephp-settings-app without Composer
On this page you can find all versions of the php package anklimsk/cakephp-settings-app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download anklimsk/cakephp-settings-app
More information about anklimsk/cakephp-settings-app
Files in anklimsk/cakephp-settings-app
Download anklimsk/cakephp-settings-app
More information about anklimsk/cakephp-settings-app
Files in anklimsk/cakephp-settings-app
Vendor anklimsk
Package cakephp-settings-app
Short Description UI for CakePHP 2.x application settings
License MIT
Homepage https://github.com/anklimsk/cakephp-settings-app
Package cakephp-settings-app
Short Description UI for CakePHP 2.x application settings
License MIT
Homepage https://github.com/anklimsk/cakephp-settings-app
Please rate this library. Is it a good library?
Informations about the package cakephp-settings-app
CakePHP 2.x Application Settings UI
UI for CakePHP application settings
This plugin provides next features:
- Base settings for the
CakePHP
application; - Creating сustom Settings:
- Defining the settings scheme;
- Defining rules for validate settings;
- Creating UI for settings.
- Setting users with role and prefix, that are members of a of security group on LDAP server
- Setting for sending an E-mail including the encrypted user password
- Getting list of E-mail for users, that are members of a of security group on LDAP server
Installation
- Install the Plugin using composer:
composer require anklimsk/cakephp-settings-app
-
Add the next line to the end of the file
app/Config/bootstrap.php
: - Get the name of the user that is running the web server, run the command:
ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1
. - Set owner of file
app/Config/config.php
run the commandchown www-data app/Config/config.php
wherewww-data
- user name for web server. - Add to file
app/Config/core.php
:
See https://book.cakephp.org/2.0/en/core-utility-libraries/security.html#Security::encrypt
Using
Using this plugin
All versions of cakephp-settings-app with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
composer/installers Version ^1.5.0
anklimsk/cakephp-config-plugin Version ^1.0.0
anklimsk/cakephp-extended-test Version ^1.0.0
anklimsk/cakephp2-theme Version ^1.0.0
composer/installers Version ^1.5.0
anklimsk/cakephp-config-plugin Version ^1.0.0
anklimsk/cakephp-extended-test Version ^1.0.0
anklimsk/cakephp2-theme Version ^1.0.0
The package anklimsk/cakephp-settings-app contains the following files
Loading the files please wait ....