A plugin skeleton builder for CakePHP 3 using Composer.
composer create-project muffin/skeleton CustomName
This will create the plugin's project folder and trigger some questions to get you quickly started:
- Fork
- Mod, fix
- Test - this is important, so it's not unintentionally broken
- Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
- Pull request - bonus point for topic branches
To ensure your PRs are considered for upstream, you MUST follow the CakePHP coding standards.
http://github.com/usemuffin/skeleton
Copyright (c) 2016, Use Muffin and licensed under The MIT License.