Download the PHP package sbilyalov/yii2-softdelete without Composer
On this page you can find all versions of the php package sbilyalov/yii2-softdelete. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sbilyalov/yii2-softdelete
More information about sbilyalov/yii2-softdelete
Files in sbilyalov/yii2-softdelete
Download sbilyalov/yii2-softdelete
More information about sbilyalov/yii2-softdelete
Files in sbilyalov/yii2-softdelete
Vendor sbilyalov
Package yii2-softdelete
Short Description Soft delete behavior for Yii2 framework
License
Package yii2-softdelete
Short Description Soft delete behavior for Yii2 framework
License
Please rate this library. Is it a good library?
Informations about the package yii2-softdelete
Yii2 Soft Delete
This behaviour added soft-delete functionality to your active record
Installation
The preferred way to install this extension is through composer.
Run:
or add
to your composer.json
file.
Usage
By default the SoftDelete behavior fills the is_deleted
attribute with the number - 1
If your attribute names are different or you want to use a different way of mark deleted record you may configure the [[attribute]] and [[value]] properties like the following:
Additional functions for active record model
All versions of yii2-softdelete with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package sbilyalov/yii2-softdelete contains the following files
Loading the files please wait ....