ersaf/print-area

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

Ersaf Print Area

1.0.0 2019-12-12 14:25 UTC

README

Print Area management.

Installation

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

add to composer requirements in composer.json

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

or run command bash:

composer require "ersaf/print-area": "dev-master as 1.0.0"

Enable the Print Area modules in modules-others.php, add :

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

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

'@vendor/ersaf/printarea/src/migrations'

Add module to your modules-amos config in backend:

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

Enable the search bar add to backend/params-local

search navbar menu

	'searchNavbar' => true