reynaldoeg / magento2-create-admin-grid-CURD-operations

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento2 Create Admin Grid With CURD Operations

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

About

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


Languages

Language:PHP 100.0%