This is a WordPress-Plugin-Project-Template providing essential tools, classes and interfaces to get started quickly with a new WordPress plugin. This project template provides:
- Tools, extendables and more from Wordpress Plugin Framework
- A Eloquent-like database abstraction layer with MVC-structure
- A build-tool to build the plugin into a zip-file for the customer
-
Set-up with composer (recommended)
composer create-project blax-software/wordpress-plugin-project my-plugin
-
Composer automatically executes the setup script. If you want to run it manually, execute:
php interact plugin:setup
-
???
-
Profit