johnmackenzie91/craft-plugin-generator

There is no license information available for the latest version (1.1.3) of this package.

Boilerplate generator for craft cms plugins

1.1.3 2017-12-08 19:56 UTC

This package is not auto-updated.

Last update: 2025-06-12 01:05:31 UTC


README

A helpful script to generate typical Craft CMS plugin boilerplate, this creates, the main plugin file, one controller, and the assets file.

To get started run;

composer global require johnmackenzie91/craft-plugin-generator

The Latest Release is 1.1.3

Then navigate to your craft site root ( directory with craft, public ) and run craftPluginGenerator plugin-name-words-seperated-by-dashes.

Then follow the steps to add the functionality you desire to the plugin.