File tree Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Original file line number Diff line number Diff line change 1212
1313## Requirements
1414 * Magento Community Edition 2.1.x-2.2.x or Magento Enterprise Edition 2.1.x-2.2.x
15-
16- ## Installation Method 1 - Installing via composer
17- * Open command line
18- * Using command "cd" navigate to your magento2 root directory
19- * Run commands:
20- ```
21- composer require magefan/module-rocketjavascript
22- php bin/magento setup:upgrade
23- php bin/magento setup:di:compile
24- php bin/magento setup:static-content:deploy
25- ```
26-
27- ## Installation Method 2 - Installing using archive
28- * Install the [ Magefan Community Extension] ( https://github.com/magefan/module-community ) first
29- * Download [ ZIP Archive] ( https://magefan.com/rocket-javascript-deferred-javascript )
30- * Extract files
31- * In your Magento 2 root directory create folder app/code/Magefan/Blog
32- * Copy files and folders from archive to that folder
33- * In command line, using "cd", navigate to your Magento 2 root directory
34- * Run commands:
35- ```
36- php bin/magento setup:upgrade
37- php bin/magento setup:di:compile
38- php bin/magento setup:static-content:deploy
39- ```
15+
16+ ## Installation
17+ * [ Install Rocket JavaScript Extension for Magento 2 via Composer or anarchive] ( https://magefan.com/blog/rocket-javascript-installation )
4018
4119## Get List Of Used JS On A Sigle Page
4220```
You can’t perform that action at this time.
0 commit comments