sameer1750 / ag-grid-api
A package to generate ag-grid api
1.0.3
2020-06-16 11:05 UTC
This package is auto-updated.
Last update: 2026-02-27 21:09:13 UTC
README
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