yii-gii icon indicating copy to clipboard operation
yii-gii copied to clipboard

Yii code generator extension

Results 17 yii-gii issues
Sort by recently updated
recently updated
newest added

Architecture design now looks like: - All logic in one class: - "Loading" parameters into Generators made as with forms - Validation placed inside Generators - Preview and action placed...

status:under discussion

### What steps will reproduce the problem? composer create-project yiisoft/demo --prefer-dist --stability=dev composer update composer require --prefer-dist yiisoft/yii-gii ### What is the expected result? run from command line yii with...

type:bug
status:ready for adoption

This is feature request for 3.0. I wondered about having Gii include an API generator/Template. I think Gii is great! But I haven't been able to see a way to...

type:feature

It would be great if the generated ActiveRecord had a property mapper. That is, `create_at` was mapped to `createAt`. For example like this: ```php public function getAttributeMap(): array { return...

status:ready for adoption
type:feature

type:test
hacktoberfest

Right now you have to use Forms to submit information in Gii. That is good, but it would be better if we could do code generation via an API. That...

type:feature

An interface to use the `migrate/create` console command would be great, specially to generate the fields.