sameer1750 / ag-grid-api
A package to generate ag-grid api
Installs: 4 770
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 0
Open Issues: 0
This package is auto-updated.
Last update: 2025-05-27 19:36:59 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