dev-master
9999999-devSymfony SKCMS Trashbin Bundle by SOLID-kiss
GPL-3.0+
The Requires
Wallogit.com
2017 © Pedro Peláez
Symfony SKCMS Trashbin Bundle by SOLID-kiss
This package is currently under development, more documentation and features will come soon., (*1)
use php composer.phar instead of composer on Windows, (*2)
composer require SKCMS/trashbin-bundle:dev-master
use annotation:, (*3)
use SKCMS\TrashBinBundle\Annotation\TrashBinable as TrashBinable;
/**
* @ORM\Table()
* @ORM\Entity
* @TrashBinable
*/
class MyEntity{
//...
That's all. The reverse method exist but not yet implemented., (*4)
An interface to see trashbinned entities and restore it has to be done quickly., (*5)
Symfony SKCMS Trashbin Bundle by SOLID-kiss
GPL-3.0+