https://github.com/yajra/laravel-datatables-editor
Laravel DataTables Editor Integration.
https://github.com/yajra/laravel-datatables-editor
datatables editor hacktoberfest jquery laravel plugin
Last synced: about 1 month ago
JSON representation
Laravel DataTables Editor Integration.
- Host: GitHub
- URL: https://github.com/yajra/laravel-datatables-editor
- Owner: yajra
- License: mit
- Created: 2017-12-16T02:07:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T01:39:46.000Z (2 months ago)
- Last Synced: 2025-04-15T05:33:47.951Z (2 months ago)
- Topics: datatables, editor, hacktoberfest, jquery, laravel, plugin
- Language: PHP
- Homepage: https://yajrabox.com/docs/laravel-datatables/editor-installation
- Size: 197 KB
- Stars: 116
- Watchers: 6
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Laravel DataTables Editor Plugin.
[](http://laravel.com)
[](https://packagist.org/packages/yajra/laravel-datatables-editor)[](https://github.com/yajra/laravel-datatables-editor/actions/workflows/continuous-integration.yml)
[](https://github.com/yajra/laravel-datatables-editor/actions/workflows/static-analysis.yml)[](https://scrutinizer-ci.com/g/yajra/laravel-datatables-editor/?branch=master)
[](https://packagist.org/packages/yajra/laravel-datatables-editor)
[](https://packagist.org/packages/yajra/laravel-datatables-editor)This package is a plugin of [Laravel DataTables](https://github.com/yajra/laravel-datatables) for processing [DataTables Editor](https://editor.datatables.net/) library.
> Special thanks to [@bellwood](https://github.com/bellwood) and [@DataTables](https://github.com/datatables) for being [generous](https://github.com/yajra/laravel-datatables/issues/1548) for providing a license to support the development of this package.
**NOTE:** A [premium license](https://editor.datatables.net/purchase/index) is required to be able to use [DataTables Editor](https://editor.datatables.net/) library.
## Requirements
- [Laravel 12.x](https://github.com/laravel/framework)
- [Laravel DataTables 12.x](https://github.com/yajra/laravel-datatables)
- [DataTables 2.x](https://datatables.net)
- [DataTables Editor 2.x](https://editor.datatables.net)## Documentations
- [Laravel DataTables Editor Manual](https://yajrabox.com/docs/laravel-datatables/editor-installation)
- [jQuery DataTables Editor Manual](https://editor.datatables.net/manual/index)## Laravel Version Compatibility
| Laravel | Package |
|:--------|:--------|
| 5-10 | 1.x |
| 11.x | 11.x |
| 12.x | 12.x |## Features
- DataTables Editor CRUD actions supported.
- Inline editing.
- Bulk edit & delete function.
- CRUD validation.
- CRUD pre / post events hooks.
- Artisan command for DataTables Editor generation.## Quick Installation
`composer require yajra/laravel-datatables-editor:^12`
And that's it! Start building out some awesome DataTables Editor!
## Contributing
Please see [CONTRIBUTING](https://github.com/yajra/laravel-datatables-editor/blob/master/.github/CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email [[email protected]](mailto:[email protected]) instead of using the issue tracker.
## Credits
- [Arjay Angeles](https://github.com/yajra)
- [All Contributors](https://github.com/yajra/laravel-datatables-editor/graphs/contributors)## License
The MIT License (MIT). Please see [License File](https://github.com/yajra/laravel-datatables-editor/blob/master/LICENSE.md) for more information.