2017 © Pedro Peláez
 

cakephp-plugin backend

Backend for CakePHP 3.6

image

unimatrix/backend

Backend for CakePHP 3.6

  • Friday, June 22, 2018
  • by highstrike
  • Repository
  • 1 Watchers
  • 0 Stars
  • 114 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 45 Versions
  • 5 % Grown

The README.md

Unimatrix Backend

Build Status Coverage Status Latest Stable Version License Total Downloads, (*1)

Backend for CakePHP 3.6, (*2)

Requirements

  • PHP >= 7.1
  • CakePHP >= 3.6

Installation

You can install this plugin into your CakePHP application using composer., (*3)

The recommended way to install composer packages is:, (*4)

composer require unimatrix/backend:^3.0

Don't forget to load it under your bootstrap function in Application.php, (*5)

$this->addPlugin('Unimatrix/Cake');
$this->addPlugin('Unimatrix/Backend');

Configuration

Of course you have to add some things in your config/app.php, (*6)

    /**
     * Backend settings
     *
     * - security - Enables security modules, if ssl is set to true backend wont load without https
     * - credentials - The backend auth credentials that will allow you to login
     * - ckfinder - License information for ckfinder and backend settings (only local or ftp supported)
     *       - http://docs.cksource.com/ckfinder3-php/configuration.html#configuration_options_backends
     */
    'Backend' => [
        'security' => [
            'salt' => '....64characters....', // optional to encrypt backend cookies automatically
            'enabled' => true,
            'ssl' => false
        ],
        'credentials' => [
            'username' => 'user',
            'password' => 'pass',
            'cookie' => 'backend_credentials_remember' // optional cookie autologin name
        ],
        'ckfinder' => [
            'license' => 'your-license',
            'key' => 'your-license-key',
            'tmp' => TMP,
            'backend' => [
                'name' => 'default',
                'adapter' => 'local',
                'baseUrl' => '/up/',
                'root' => WWW_ROOT . 'up',
                'chmodFiles' => 0777,
                'chmodFolders' => 0755,
                'filesystemEncoding' => 'UTF-8'
            ]
        ],
        'whitelabel' => [
            'product' => 'Unimatrix Venture Digital Platform System',
            'website' => 'https://venture.unimatrix.ro'
        ]
    ],
 ```

## Usage

To use the backend plugin you have to add a prefix in your `config/routes.php`

Login is handled by the plugin but the rest of the controllers / modules can be in your application under src/controller/backend

// backend Router::prefix('backend', function(RouteBuilder $routes) { $routes->connect('/', ['controller' => 'Dashboard', 'action' => 'index']); }); ```, (*7)

The Versions

22/06 2018
21/05 2018

3.0.8

3.0.8.0 https://venture.unimatrix.ro

Backend for CakePHP 3.6

  Sources   Download

MIT

The Requires

 

The Development Requires

10/05 2018

3.0.7

3.0.7.0 https://venture.unimatrix.ro

Backend for CakePHP 3.6

  Sources   Download

MIT

The Requires

 

07/05 2018

3.0.6

3.0.6.0 https://venture.unimatrix.ro

Backend for CakePHP 3.6

  Sources   Download

MIT

The Requires

 

03/05 2018

3.0.5

3.0.5.0 https://venture.unimatrix.ro

Backend for CakePHP 3.6

  Sources   Download

MIT

The Requires

 

26/04 2018

3.0.4

3.0.4.0 https://venture.unimatrix.ro

Backend for CakePHP 3.6

  Sources   Download

MIT

The Requires

 

26/04 2018

3.0.3

3.0.3.0 https://venture.unimatrix.ro

Backend for CakePHP 3.6

  Sources   Download

MIT

The Requires

 

24/04 2018

3.0.2

3.0.2.0 https://venture.unimatrix.ro

Backend for CakePHP 3.6

  Sources   Download

MIT

The Requires

 

23/04 2018

3.0.1

3.0.1.0 https://venture.unimatrix.ro

Backend for CakePHP 3.6

  Sources   Download

MIT

The Requires

 

23/04 2018

3.0.0

3.0.0.0 https://venture.unimatrix.ro

Backend for CakePHP 3.6

  Sources   Download

MIT

The Requires

 

13/04 2018
04/04 2018
03/04 2018
02/04 2018
26/03 2018
11/03 2018
11/03 2018
27/02 2018
21/02 2018
17/02 2018
15/02 2018
15/02 2018
14/02 2018
13/02 2018
12/02 2018
12/02 2018
21/01 2018
27/09 2017
27/09 2017
26/09 2017
25/09 2017
21/09 2017
21/09 2017
20/09 2017
24/08 2017
22/08 2017
20/07 2017

1.0.6

1.0.6.0 http://venture.unimatrix.ro

Backend for CakePHP 3.4

  Sources   Download

MIT

The Requires

 

16/05 2017

1.0.5

1.0.5.0 http://venture.unimatrix.ro

Backend for CakePHP 3.4

  Sources   Download

MIT

The Requires

 

13/05 2017
12/05 2017
11/05 2017

1.0.1

1.0.1.0 http://venture.unimatrix.ro

Backend for CakePHP 3.4

  Sources   Download

MIT

The Requires

 

11/05 2017

1.0.0

1.0.0.0 http://venture.unimatrix.ro

Backend for CakePHP 3.4

  Sources   Download

MIT

The Requires