ciricihq/caduco

Installs: 895

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 0

Open Issues: 2

Type:cakephp-plugin

1.0.0 2018-07-12 13:42 UTC

This package is auto-updated.

Last update: 2024-03-08 06:50:17 UTC


README

Build status Code coverage License Latest stable version Total downloads Code climate

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.