johnmackenzie91 / craft-plugin-generator
Boilerplate generator for craft cms plugins
Installs: 55
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/johnmackenzie91/craft-plugin-generator
Requires
- symfony/console: ^3.3
Requires (Dev)
- phpunit/phpunit: ^6.1
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.