lispa / amos-utility
Sistema AMOS per le utility
Installs: 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:component
Requires
- php: >=5.4.0
- lispa/amos-core: *
This package is not auto-updated.
Last update: 2023-06-19 11:01:32 UTC
README
Thi plugin has many usefull pages and functions
Installation
The only things you need is to require thhis package and enable the module in your config
bash
composer require "lispa/amos-utility:^1.0"
[PLATFORM]/common/config/main.php
return [ ... 'modules' => array_merge(require(__DIR__ . '/modules.php'), [ ... 'utility' => [ 'class' => 'lispa\amos\utility\Module' ] ...
[PLATFORM]/console/config/main.php
return [ ... 'controllerMap' => [ 'migrate' => [ ... 'migrationLookup' => array_merge(require(__DIR__ . '/migrations.php'), [ ... '@vendor/lispa/amos-utility/src/migrations', ... ]) ...
Packages
The packages page is a list with all the currently installed packages based on composer.json and compose.lock data
URL http://[PLATFORM]/utility/packages