sameer1750/ag-grid-api is a Laravel package for a package to generate ag-grid api.
It currently has 11 GitHub stars and 7.839 downloads on Packagist (latest version 1.0.3).
Install it with composer require sameer1750/ag-grid-api.
Discover more Laravel packages by sameer1750
or browse all Laravel packages to compare alternatives.
Last updated
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.