Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 519 Bytes

installation.md

File metadata and controls

19 lines (12 loc) · 519 Bytes

Installation

Plugin Store (the easy way)

  • In the Craft Control Panel, go to Settings -> Plugins
  • Search for "Minifier"
  • Click the "Install" button

Composer Command Line (the manual way)

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require bitboxde/minifier
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Minifier.