Skip to content

Commit ba67f8f

Browse files
committed
Update README.md
1 parent ceeee58 commit ba67f8f

File tree

2 files changed

+38
-23
lines changed

2 files changed

+38
-23
lines changed

README.md

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,20 @@ Magento2 add a cms page link to menu and add a Custom page link to menu
88
Built by Amit Bera, [Magento StackExchange Moderator](https://magento.stackexchange.com/users/4564/amit-bera?tab=profile) & Magento Certified Developer & Consultant.
99
# Contact at
1010

11-
- @webisie https://www.amitbera.com/contact/
11+
- @website https://www.amitbera.com/contact/
1212
- @E-mail dev.amitbera@gmail.com
13+
- @Skype dev.amitbera
1314

14-
# Version
15-
Current Version : **1.3.0**
16-
## Feature of this extension
15+
[![Latest Stable Version](https://poser.pugx.org/devbera/module-cmslinktomenu/v/stable)](https://packagist.org/packages/devbera/module-cmslinktomenu)
16+
[![Total Downloads](https://poser.pugx.org/devbera/module-cmslinktomenu/downloads)](https://packagist.org/packages/devbera/module-cmslinktomenu)
1717

18+
# Version: 1.3.0
1819

20+
## 1. Documentation
1921

20-
### 1. Ability to add cms page to Magento default menu at left and right end.
21-
22-
### 2. Ability to add Custom links to Magento default menu at left and right end.
23-
24-
# Frontend View
25-
26-
![Menu](docs/static/frontend.png)
27-
28-
# Admin Setting :Manage Pages/Custom links from admin and also Sort Order
29-
30-
- **Ability to add cms pages and it's sort Order from Admin System Configuration.**
31-
32-
![Admin Setting](docs/static/CMS-Page.png)
33-
34-
- **Add Your Custom /Static links from Admin Setting area.**
35-
36-
![Admin Setting](docs/static/Custom_links.png)
22+
**Comming Soon**
3723

24+
## 2. How to install Extension
3825

3926

4027
## Installation Process using Zip
@@ -71,6 +58,34 @@ Built by Amit Bera, [Magento StackExchange Moderator](https://magento.stackexcha
7158

7259
#d) Do the [static content deploy](https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-static-view.html) `bin/magento setup:static-content:deploy`
7360

61+
## 3. Highlight features:
62+
63+
64+
65+
### 1. Ability to add cms page to Magento default menu at left and right end.
66+
67+
### 2. Ability to add Custom links to Magento default menu at left and right end.
68+
69+
# Frontend View
70+
71+
![Menu](docs/static/version-1-3-0-frontend.png)
72+
73+
# Admin Setting : Add Cms Pages & static links from admin
74+
75+
- **Ability manahe sort Order from Admin System Configuration.**
76+
77+
![Admin Setting](docs/static/version-1-3-0-admin-setting.png)
78+
79+
## 4. Configure.
80+
# Video Demo
81+
- Admin Setting Demo https://www.youtube.com/watch?v=jIWpNxtaPUw
82+
- Frontend View Demo https://www.youtube.com/watch?v=sW7EJG2ld8k
83+
84+
**Comming Soon**
85+
86+
## 4. User Guide
87+
88+
**Comming Soon**
7489

7590
## Standards & Code Quality
7691

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.6.0"
16+
"php": ">=7.0.2"
1717
},
1818
"minimum-stability": "stable",
1919
"autoload": {
@@ -24,4 +24,4 @@
2424
"DevBera\\CmsLinkToMenu\\": ""
2525
}
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)