2017 © Pedro Peláez
 

cakephp-plugin cake-shrink

Code Advent CakeShrink plugin for CakePHP

image

jdmaymeow/cake-shrink

Code Advent CakeShrink plugin for CakePHP

  • Friday, December 9, 2016
  • by maymeow
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CakeShrink plugin for CakePHP

This is part of Code Advent 2016, (*1)

Installation

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

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

composer require jdmaymeow/cake-shrink

Require jdmaymeow/cake-advent updated cakephp skeleton. For those who using standard cakephp skeleton update bootstrap.php with following lines, (*4)

/**
 * Code Advent configuraiton file
 */
try {
    Configure::config('codeadvent', new JsonConfig());
    Configure::load('codeadvent', 'codeadvent', false);
} catch (\Exception $e) {
    exit($e->getMessage() . "\n");
}

and create config/codeadvent.json file with, (*5)

{
  "CakeShrink": {
    "url": "https://<your url>/"
  }
}

The Versions

09/12 2016

dev-master

9999999-dev

Code Advent CakeShrink plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires

09/12 2016

v1.0

1.0.0.0

Code Advent CakeShrink plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires