Skip to content

A Neos Command Controller for managing media resources (list, purge, garbage collection, ..)

Notifications You must be signed in to change notification settings

cron-eu/neos-mediamanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRON.MediaManager

Abstract

Sometimes, especially after playing around with dummy-content, the media database gets messy.

This Neos-Package (for Neos 1.2.x) implements a command controller for some cleanup-tasks like list, prune and garbage collect.

Known Limitations

The Garbage Collect Task only works (currently) with image resources.

Install and Usage

Install

Because this package is not (now) available via Packagist, you have to setup the git-repo accordingly in your composer.json:

    "repositories": [
		{
			"type": "git",
			"url": "https://github.com/cron-eu/neos-mediamanager.git"
		}

Then you can just install the package using composer:

composer require --no-update cron/neos-mediamanager:dev-master
composer install --no-dev

Usage

Install and activate the package using the composer and call ./flow help for a list of all currently implemented commands for this package.

About

A Neos Command Controller for managing media resources (list, purge, garbage collection, ..)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages