sameer1750 / laravel-aggrid-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel AgGrid - (Beta)

A laravel package to create ag grid api on the go.

Install this package and all the routes for your tables will be ready to use in the ag-grid.

Installation

$ cd your-laravel-project
$ composer require sameer1750/ag-grid-api

Add Radix\Aggrid\AgGridApiServiceProvider::class, in config/app.php in the providers array.

Example

  • Table : user_table
  • Request : /ag-grid/user-table
  • Method : Post

About


Languages

Language:PHP 100.0%