Type
magento2-module
This module enable you to retrieve InstallSchema.php from tables of your choice
magento2-module
MIT
None
None
None
None
None
An extension for Magento 2 by Blackbird Agency
This project is a developer tool destined to speed up the tables creation's scripts of a Magento 2 module. The purpose of this project is to make easier to create extra tables for your Magento 2 modules. For example, you love the Phpmyadmin UI and have designed your tables with it. But now you have to write the entire setup script for your Magento 2 module... If only you were allowed to generate this setup script from your tables... And here we are! That's why we offer you this module: it allows you to generate your InstallSchema.php setup file throught your database tables.
Requirements:
You can generate the setup file via two methods:
Allowed CLI commands:
php magento isg:generate [tables...]
options:
-n : custom namespace name for the file -l : location where to generate the file
Run the following command in your Magento 2 root path:
composer require blackbird/installschemagenerator
php bin/magento setup:upgrade
Thomas Klein (Blackbird team member)
Feel free to contribute to the project: many issues exists and the generation is not always correct. Also, some part should be refactored to be more compliant with Magento 2 rules.