laravel-api-generator
laravel-api-generator copied to clipboard
How to update the existing API/Scaffold/CRUD ?
How to update the existing API/Scaffold/CRUD ? For example, I would like to add one more field to a Object model that will also update the API, scaffold, database and model automatically. Can we use the command to do it simply?
@DesmondPang of now, it's not supported. You need to do it manually.