sameer1750 / ag-grid-api
A package to generate ag-grid api
Installs: 5 810
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sameer1750/ag-grid-api
This package is auto-updated.
Last update: 2025-11-27 20:38:29 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