webkulabhi/magento2-create-admin-grid-curd-operations

Here We Create Collection Grid , Edit/Add Grid Row And Installer In Magento2

Maintainers

Package info

github.com/webkulabhi/magento2-create-admin-grid-curd-operations

Type:magento2-module

pkg:composer/webkulabhi/magento2-create-admin-grid-curd-operations

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 29

Open Issues: 1

dev-master 2019-09-23 08:46 UTC

This package is auto-updated.

Last update: 2026-03-23 23:04:13 UTC


README

This is an example module for Create Admin Collection Grid , Edit/Add Grid Row And Installer In Magento2

Manually Installation

Magento2 module installation is very easy, please follow the steps for installation-

=> Download and unzip the respective extension zip and create Webkul(vendor) and Grid(module) name folder inside your magento/app/code/ directory and then move all module's files into magento root directory Magento2/app/code/Webkul/Grid/ folder.

Install with Composer as you go

Specify the version of the module you need, and go.

composer config repositories.reponame vcs https://github.com/webkulabhi/magento2-create-admin-grid-CURD-operations
composer require webkulabhi/magento2-create-admin-grid-CURD-operations:dev-master

Run following command via terminal from magento root directory

 $ php bin/magento setup:upgrade
 $ php bin/magento setup:di:compile
 $ php bin/magento setup:static-content:deploy

=> Flush the cache and reindex all.

now module is properly installed

Code explanations

https://webkul.com/blog/create-grid-edit-add-grid-row-and-installer-in-magento2