Closed pavel-lexyr closed 3 years ago
Hi @Ludar-Pavel, ok got your point. You say we need to handle this. Instead of returning an error/warning, we want to generate the CRUD feature anyway (or asking confirmation to the user first).
Correct?
Yep. That's more of a feature request than a bug, though - the current behaviour seems to be intentional.
the current behaviour seems to be intentional.
Yes correct @Ludar-Pavel.
hello @Ludar-Pavel could you please try again with dev-master version?
$ composer require luthfi/simple-crud-generator dev-master --dev
Then try to generate the CRUD files from an existing model class.
As described. A possible usecase for the library is wrapping an already built model into a CRUD system - resolving this issue will imply that the library can do so.