PHPackages                             arweb/laravel-datatables-editor-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. arweb/laravel-datatables-editor-plugin

ActiveLibrary

arweb/laravel-datatables-editor-plugin
======================================

Allows easy integration of DataTables Editor with Laravel.

184PHP

Since Oct 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/flowli/laravel-datatables-editor-plugin)[ Packagist](https://packagist.org/packages/arweb/laravel-datatables-editor-plugin)[ RSS](/packages/arweb-laravel-datatables-editor-plugin/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel DataTables Editor Package
=================================

[](#laravel-datatables-editor-package)

Installation
------------

[](#installation)

1. **Have or create** a Laravel project
2. **Install this package** with `composer require arweb/laravel-datatables-editor-plugin`
3. **Register the service provider** in `config/app.php`: add `arweb\DataTablesEditor\DTEServiceProvider::class` to the config array at key `provider`
4. **Get DataTables Editor**. Since it is not free of charge, it cannot be included in this package. You could:
    1. **Obtain a license** should be obtained at [DataTables Editor](https://editor.datatables.net)
    2. **Download** the PHP version's ZIP file at
    3. **Install** with `php artisan dte2:install ~/Desktop/Editor-PHP-2.0.2.zip` - your ZIP file path may vary

Usage
-----

[](#usage)

### Create a new Editor

[](#create-a-new-editor)

1. pick a table name, it will be referred to as `[your-table]` (when dashed notation is recommended) or `[YourTable]` (when CapitalizedWords notation is recommended) in this example
2. create a basic config file `config/dte/[your-table].php` for your DataTables Editor

    ```
