Laravel-Backpack / devtools-issues

Bug reports and feature requests for our closed-source DevTools package
4 stars 1 forks source link

[Feature Request] More clarity on Create functions #28

Closed Polfo closed 3 years ago

Polfo commented 3 years ago

Feature Request

What's the feature you think DevTools should have?

I would like clarification about the difference between Create Migration and Create Model They seem very similar to me, why are both present?

I would also like clarification about all the grayed out Create functions. They are not active for me. How can they be used?

image

tabacitu commented 3 years ago

Hey @Polfo ,

Both Migration and Model allow you to create a migration & model. The difference is that in one you define the TABLE NAME (migration), in the other you define the MODEL NAME (model). It's just a different way of looking at things. Some people prefer thinking about it one way, others a different way, but in the end your result is the same.

The greyed out options have not been implemented yet, they're in the works.

Hope it helps. Cheers!

Polfo commented 2 years ago

The greyed out options have not been implemented yet, they're in the works. OK, I am not used to this approach. Shouldn't that be marked more explicitely?