biren / magento2-crud-module
Crud module using composer!
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 3
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-06-29 01:21:19 UTC
README
This is a Magento 2 - Hello World module created as a composer submodule.
Requirements
-
Magento Composer Installer: To copy the module contents under app/code/ folder. In order to install it run the below command on the root directory:
composer require magento/magento-composer-installer
Add GIT Repository to composer
composer config repositories.biren-magento2-crud-module vcs https://github.com/birenk/magento2-crud-module/
-
Add the VCS repository: So that composer can find the module. Add the following lines in your composer.json
"repositories": [ { "type": "vcs", "url": "https://github.com/birenk/magento2-crud-module" }],
Installation
-
Add the module to composer:
composer require biren/magento2-crud-module
-
Add the new entry in
app/etc/config.php
, under the 'modules' section:'Biren_Crudimage' => 1,
-
Clear cache