Creating a new BridgeConX Plugin will involve you cloning this repository, and committing it to a new one with a proper name. All BridgeConX plugins must be named plugin-{PLUGIN_NAME}
.
- Edit the
name
property. Change "template" to your package name. - Update the
description
property. - Feel free to add yourself as an author.
- Update the namespace under
autoload.psr-4
to reflect your plugin's namespace. For example, if you are writing a YouTube plugin, you may namespace itBridgeConX\\YouTube\\
.