nopolabs/yabot-plugins

Plugins for nopolabs/yabot

dev-master 2017-11-12 23:10 UTC

This package is auto-updated.

Last update: 2024-04-14 18:26:47 UTC


README

Build Status Code Climate Scrutinizer Code Quality License Latest Stable Version

This is a collection of plugins for yabot

Getting Started

Initialize a yabot project using the yabot quick start

Then add yabot-plugins:

composer require nopolabs/yabot-plugins

See the plugins discussion in yabot

After running the quick start you should have a directory like this:

.
|-- composer.json
|-- composer.lock
|-- config/
|   `-- plugins.yml
|-- config.php
|-- vendor/
`-- yabot.php

Adding plugins to plugins.yml

If you required nopolabs/yabot-plugins then you will be able to find example plugin configs in vendor/nopolabs/yabot-plugins/config/plugins.yml

These configs can be by reference:

# app/config/config.yml
imports:
    - { resource: '../vendor/nopolabs/yabot-plugins/config/plugins.yml' }

But you may wish to include them more selectively.

See the Symfony import docs and remember:

The resource location, for files, is either a relative path from the current file or an absolute path.