lispa/amos-utility

This package is abandoned and no longer maintained. The author suggests using the open20/amos-utility package instead.
There is no license information available for the latest version (1.1.4) of this package.

Sistema AMOS per le utility

1.1.4 2017-09-06 08:24 UTC

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