Skip to content

Commit e13650b

Browse files
author
webkulabhi
authored
Create README.md
1 parent b3e0968 commit e13650b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Magento2 Create Admin Grid With CURD Operations
2+
This is an example module for Create Admin Collection Grid , Edit/Add Grid Row And Installer In Magento2
3+
## Manually Installation
4+
5+
Magento2 module installation is very easy, please follow the steps for installation-
6+
7+
=> 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.
8+
9+
## Install with Composer as you go
10+
Specify the version of the module you need, and go.
11+
12+
composer require webkulabhi/magento2-create-admin-grid-CURD-operations:2.0.0
13+
14+
15+
## Run following command via terminal from magento root directory
16+
17+
$ php bin/magento setup:upgrade
18+
$ php bin/magento setup:di:compile
19+
$ php bin/magento setup:static-content:deploy
20+
21+
=> Flush the cache and reindex all.
22+
23+
now module is properly installed
24+
25+
## Code explanations
26+
27+
https://webkul.com/blog/create-grid-edit-add-grid-row-and-installer-in-magento2

0 commit comments

Comments
 (0)