realtyna/mvc-core

Core library to create WordPress plugin in MVC design pattern

0.5.6 2024-03-08 07:53 UTC

README

WordPress MVC Github Banner

WordPress MVC framework to develop plugins.

Documentation

How to use

Go to WordPress plugins folder and run this command in terminal:

composer create-project realtyna/plugin-structure <NAME OF YOURPLUGIN>

for example:

composer create-project realtyna/plugin-structure realtyna-api

By running this command a folder named "realtyna-api" will be created in your plugins folder

Go into created folder:

cd realtyna-api

Run composer update:

composer update