potatopowered/plugin-template

The PluginTemplate project is designed for simplified setup of new standalone CakePHP 3.x Plugins

dev-master 2017-02-07 02:47 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:20:51 UTC


README

Software License Travis Codecov Scrutinizer Packagist

Description

The PluginTemplate repository will...

Guide

This plugin template aims to help setup a brand new open source CakePHP plugin with ease. This plugin template includes badges for the following.

Step one

Clone this repository

composer create-project --stability=dev potatopowered/plugin-template [plugin name]

Step two

Verify your information in composer.json. You will need to replace the following with your information.

  • description

Step three

Lastly you will need to replace this guide with a guide for your plugin. The badges can remain as they should be updated you will need to update the appropriate services for them too work.