Mitul Golakiya

Results 64 comments of Mitul Golakiya

Facing the same issue. I had a column with relationship sorting. Everything was working fine for version 2.1.1. After upgrading to 2.2.0+, none of the related columns are working. Seems...

which branch/version you are using ? Also which laravel version ? Did you done fresh installation of generator or you have it already ?

`app.blade.php` should be in `resources/views` folder.

Actually it's a problem because those basic views and layouts are now removed from laravel's default installation in Laravel 5.1. I will figure out the way to handle it.

you are using `mitul.generator:api` which generates only APIs. You should use `mitul.generator:scaffold_api` which will generate both apis and CRUD views.

yes, It's in a roadmap but we don't have any exact deadline.

@ajayphp Currently, it's not supported. You have to get something like DataTables library and customize templates for that.

I am adding it in roadmap.

select is supported. you can check fields format [here](https://github.com/mitulgolakiya/laravel-api-generator/blob/master/samples/fields.json) you need to add rememberToken manually after generator finishes with skipping migration at last. And also enum is not supported as...