Skip to content
This repository was archived by the owner on Feb 21, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

MixerAPI {PLUGIN_NAME}

Latest Version on Packagist License: MIT MixerApi CakePHP Minimum PHP Version

Installation

composer require mixerapi/{PACKAGE}
bin/cake plugin load MixerApi/{PLUGIN_NAME}

Alternatively after composer installing you can manually load the plugin in your Application:

# src/Application.php
public function bootstrap(): void
{
    // other logic...
    $this->addPlugin('MixerApi/{PLUGIN_NAME}');
}

Code Tests/Analysis and Fixer

composer check
composer cs-fix