Antonella Framework GitLab
Make WordPress plugins realy easy whit Antonella Framework for WP
by Carlos Herrera · gitlab.com/cehojac/antonella-framework-for-wp
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://gitlab.com/cehojac/antonella-framework-for-wp/-/archive/master/antonella-framework-for-wp-master.zipReadme
Antonella Framework for WordPress
Framework for develop WordPress plugins based on Model View Controller You can read the full documentation in https://antonellaframework.com/documentacion
Requeriments
- php (minimun 5.6)
- composer
- git
Instalation
clone this repository in your PC in the folder execute the console
composer install
this is all!!- start your marvelous plugin in wordpress
Basics
Export you zip plugin
php antonella makeup
generate a zip file whit the necesary file for fwork your plugin
