ersaf/media

There is no license information available for the latest version (1.0.1) of this package.

Ersaf Media

1.0.1 2019-12-17 10:45 UTC

README

Media management.

Installation

  1. You need to require this package and enable the module in your configuration.

add to composer requirements in composer.json

"ersaf/media": "dev-master as 1.0.0",

or run command bash:

composer require "ersaf/media": "dev-master as 1.0.0"

Enable the Media modules in modules-others.php, add :

	'media' => [
		'class' => 'ersaf\media\Module',
	],

add Print Area migrations to console modules (console/config/migrations-amos.php):

'@vendor/ersaf/media/src/migrations'

Add module to your modules-amos config in backend:

	<?php
	$config = [
		'modules' => [
			'search' => [
				'class' => 'ersaf\media\Module'
			],
		],
	];

Enable the search bar add to backend/params-local

search navbar menu

	'searchNavbar' => true