muffin / skeleton
A plugin skeleton builder for CakePHP 3
v1.0.1
2016-05-20 00:30 UTC
Requires (Dev)
- cakephp/cakephp: ~3.0
- cakephp/cakephp-codesniffer: ^2.0
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2024-10-28 01:37:32 UTC
README
A plugin skeleton builder for CakePHP 3 using Composer.
Usage
composer create-project muffin/skeleton CustomName
This will create the plugin's project folder and trigger some questions to get you quickly started:
Patches & Features
- 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.
Bugs & Feedback
http://github.com/usemuffin/skeleton
License
Copyright (c) 2016, Use Muffin and licensed under The MIT License.