Mitul Golakiya
Mitul Golakiya
remeberToken is done in develop branch.
@kirchaj you can use [Generator From Existing Tables](https://github.com/mitulgolakiya/laravel-api-generator#generator-from-existing-tables) to generate views which will create CRUD, but then you need to do changes based on your primary keys in your repository...
@jiqimaogou it's currently not supported, because we are not storing current schema at everywhere. Even we plan to give it, we need to re-enter all fields and give some option...
@kirchaj Are you getting this error with API or CRUD generator ?
Can you share some more insights about your project ?Actually Laravel is not able to detect your application namespace. Are you using normal Laravel app or with some tweaks ?
@phillipmadsen we have a routes templates. so you can [publish](https://github.com/mitulgolakiya/laravel-api-generator#customize-templates) these templates and can modify them to add a prefix in your way. You can add prefix to all api...
@zhekaus why you are getting output like, "...\u043a\u0440\u044b\u043b\u0430\u0442\u044b\u0445 \u0444\u0440\u0430\u0437..." ?
Actually, we are already using `Response::json` to send a response and it's not a general requirement. so can not add it as of now. But it you want to do...
generator will always take `config/generator.php`. you can not have more than one version. I am adding this thing in backlog and will think about that in future.
@DesmondPang of now, it's not supported. You need to do it manually.