panix / mod-admin
Module admin
Installs: 389
Dependents: 5
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:pixelion-module
Requires
- panix/engine: dev-master
- panix/wgt-leaflet: dev-master
- panix/wgt-taginput: dev-master
README
Module for PIXELION CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-admin "*"
or add
"panix/mod-admin": "*"
to the require section of your composer.json
file.
Add to web config.
'modules' => [
'admin' => ['class' => 'panix\mod\admin\Module'],
],