ersaf/places

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

Ersaf Places

1.0.0 2019-10-30 10:26 UTC

README

Places management.

Installation

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

add to composer requirements in composer.json

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

or run command bash:

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

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

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

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

'@vendor/ersaf/places/src/migrations'

Add module to your modules-amos config in backend:

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

Enable the search bar add to backend/params-local

search navbar menu

	'searchNavbar' => true