PHPackages                             romano83/cakephp3-draft - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. romano83/cakephp3-draft

AbandonedArchivedCakephp-plugin

romano83/cakephp3-draft
=======================

This Draft plugin give you the ability to quickly create draft system for your models

v1.0(10y ago)31811[3 PRs](https://github.com/Romano83/CakePHP3-draft/pulls)MITPHPPHP &gt;=5.4.0

Since Aug 1Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Romano83/CakePHP3-draft)[ Packagist](https://packagist.org/packages/romano83/cakephp3-draft)[ RSS](/packages/romano83-cakephp3-draft/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Draft plugin for CakePHP 3
==========================

[](#draft-plugin-for-cakephp-3)

This Draft plugin give you the ability to quickly create draft system for your models.

*This plugin is the [Grafikart's Cakephp-Draft plugin](https://github.com/Grafikart/CakePHP-Draft) for CakePHP 3.\**

[![Build Status](https://camo.githubusercontent.com/c61c64ee95a86b68ecb72c49fbad36921611acd0416c10d460d62a99453f84f6/68747470733a2f2f7472617669732d63692e6f72672f526f6d616e6f38332f43616b65504850332d64726166742e737667)](https://travis-ci.org/Romano83/CakePHP3-draft)[![Coverage Status](https://camo.githubusercontent.com/66dc67f9bc9814868f7aac21a0d4b86407fe82a2761e96270c798ed6d48e3cf0/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f526f6d616e6f38332f43616b65504850332d64726166742f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/Romano83/CakePHP3-draft?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/7328805c6fe825bc8c360f2c75e6d7317d1982c2de6cbb69a96268e328a97704/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f6d616e6f38332f63616b65706870332d64726166742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/romano83/cakephp3-draft)[![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/romano83/cakephp3-draft)

Installation
------------

[](#installation)

### Requirements

[](#requirements)

- [composer](http://getcomposer.org)
- [CakePHP 3.\*](https://github.com/cakephp/cakephp)

### Steps to install

[](#steps-to-install)

- Run :

```
composer require romano83/cakephp3-draft:1.*

```

How to use
----------

[](#how-to-use)

In your `config\bootstrap.php` file, add this line

```
Plugin::load('Romano83/cakephp3-draft');
```

Or

```
Plugin::loadAll();
```

The plugin is now loaded and you can add the `DraftBehavior` in your tables:

```
