Giter Club home page Giter Club logo

cleanmedia's Introduction

CleanMedia

Magento 2 CLI Command : remove images of deleted product in the /media/catalog/product folder

based on EAV Cleaner Console Command from FireGento e. V. - Hackathons


Purpose of this module

  • scan the media/catalog/product folder including /cache
  • find all images used by products in the db :
    catalog_product_entity_media_gallery_value_to_entity table gives value_id of images.
    catalog_product_entity_media_gallery table gives value (real path)
  • delete all files in the media/catalog/product folder NOT USED by any products.
  • delete related records in database.

Installation

Copy all files in /path/to/magento/app/code/Cap/CleanMedia
Run commands :
php/bin magento module:enable Cap_CleanMedia
php/bin magento setup:upgrade


Commands

php bin/magento cap:clean:media --help
php bin/magento cap:clean:media
php bin/magento cap:clean:media --dry-run
php bin/magento cap:clean:media --no-cache
php bin/magento cap:clean:media --dry-run --no-cache

cleanmedia's People

Contributors

cap340 avatar frithjof avatar trevorneo avatar tsquare17 avatar urbansurfers avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.