richardpiel/cakephp-softdelete
Composer 安装命令:
composer require richardpiel/cakephp-softdelete
包简介
Soft Delete Behavior for CakePHP
README 文档
README
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require richardpiel/cakephp-softdelete
Then you'll need to load the plugin in your src/Application.php file.
$this->addPlugin('SofDelete');
or you can use the console to do this for you.
bin/cake plugin load SoftDelete
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-12