Download the PHP package ciricihq/caduco without Composer
On this page you can find all versions of the php package ciricihq/caduco. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package caduco
Caduco plugin for CakePHP 3
This plugin allows you to easily stablish a begin and end dates to your ORM entities.
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require ciricihq/caduco
Execute migration
bin/cake migrations migrate --plugin Cirici/Caduco
Execute seed
bin/cake migrations seed --plugin Cirici/Caduco
Configuration
First you need to load the plugin. To do so, edit your bootstrap.php
file and
add line below:
Plugin::load('Cirici/Caduco', ['bootstrap' => true]);
Usage
TODO
License
Copyright (c) 2016, Cirici New Media - licensed under GNU GPL3 license.
All versions of caduco with dependencies
PHP Build Version
Package Version
Requires
cakephp/orm Version
3.*
The package ciricihq/caduco contains the following files
Loading the files please wait ....