magekey/module-brochure

Brochure Module

Installs: 62

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

2.0.0 2017-12-06 22:21 UTC

This package is auto-updated.

Last update: 2024-03-19 14:07:42 UTC


README

Features:

  • Backend:
    • add brochure groups
      • label
    • add brochure items
      • title
      • cover image
      • brochure file
      • position
  • Frontend
    • display brochure group via widget

Installing the Extension

composer require magekey/module-brochure

Deployment

php bin/magento maintenance:enable                  #Enable maintenance mode
php bin/magento setup:upgrade                       #Updates the Magento software
php bin/magento setup:di:compile                    #Compile dependencies
php bin/magento setup:static-content:deploy         #Deploys static view files
php bin/magento cache:flush                         #Flush cache
php bin/magento maintenance:disable                 #Disable maintenance mode

Versions tested

2.2.1