[extension] yii2-ajax-new

Hello,

Announcing the release of a new yii2 extension, that enables you to create a new record of an entity B, from within the form of an entity A.

For example, if you have Article and Category, tied by Article.category_id = Category.id, you can add a new article in a new category from the article form, without the need of creating the category first.

As an image is worth a thousand words, see this image: www.agence-inspire.com/yii2-ajax-new.png

GitHub repository : inspire-agency/yii2-ajax-new/

Suggestions and feedback more than welcome !