winnie/bulk-delete-operation

Laravel Backpack Bulk Delete Operation Free

1.0.0 2023-10-31 04:47 UTC

This package is auto-updated.

Last update: 2024-04-30 00:51:42 UTC


README

Latest Version on Packagist Total Downloads The Whole Fruit Manifesto

This package provides Bulk Delete Operation functionality for projects that use the Backpack for Laravel administration panel.

If you earn money using Laravel Backpack, please buy the Pro version to support them..

Installation

Via Composer

composer require winnie/bulk-delete-operation

Usage

Inside your custom CrudController do:

// Other backpack operations here**

use \Winnie\BulkDeleteOperation\Http\Controllers\Admin\Operations\BulkDeleteOperation;

Change log

Changes are documented here on Github. Please see the Releases tab.

Testing

composer test

Contributing

Please see contributing.md for a todolist and howtos.

Security

If you discover any security related issues, please email winnie131212592@gmail.com instead of using the issue tracker.

Credits

License

This project was released under MIT, so you can install it on top of any Backpack & Laravel project. Please see the license file for more information.

However, please note that you do need Backpack installed, so you need to also abide by its YUMMY License. That means in production you'll need a Backpack license code. You can get a free one for non-commercial use (or a paid one for commercial use) on backpackforlaravel.com.