leantony / laravel-grid

A grid view for laravel, inspired by the yii2 grid widget
https://leantony.github.io/laravel-grid/
MIT License
91 stars 39 forks source link

Code generator for grid #86

Closed sahifedp closed 5 years ago

sahifedp commented 5 years ago

In Yii2 , it is good that code generator (Gii), create grid automatically (from model). It is good idea that your project has crud generator to create grid class &... thanks

leantony commented 5 years ago

Yes, I borrowed some concepts from Yii2, having used it too. Thanks