nafiesl/SimpleCrudGenerator

Generating CRUD wrappers around existing models

pavel-lexyr opened this issue · 5 comments

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.

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).

screenshot_2020-11-03_001

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.

screenshot_2020-11-14_012