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.
$ cd your-laravel-project
$ composer require sameer1750/ag-grid-api
Add Radix\Aggrid\AgGridApiServiceProvider::class, in config/app.php in the providers array.
- Table : user_table
- Request : /ag-grid/user-table
- Method : Post