An open API service indexing awesome lists of open source software.

https://github.com/10quality/wpmvc

WordPress MVC.
https://github.com/10quality/wpmvc

mvc-framework wordpress-mvc wordpress-plugins wordpress-themes

Last synced: 25 days ago
JSON representation

WordPress MVC.

Awesome Lists containing this project

README

          

# WordPress MVC

[WordPress MVC](https://10quality.github.io/wpmvc/) (WPMVC) framework.

The ultimate WordPress framework for custom Themes and Plugins development.

## The Framework

- [Documentation](https://10quality.github.io/wpmvc/)

* [Setup and install](https://10quality.github.io/wpmvc/docs/category/getting-started)
* [WordPress hooks](https://10quality.github.io/wpmvc/docs/getting-started/routing)
* [MVC](https://10quality.github.io/wpmvc/docs/category/mvc)

## Install

Download composer dependencies:

```bash
composer install --no-plugins
```

Download npm/node dependencies:

```bash
npm install
```

Install Gulp:

```bash
npm install -g gulp-cli
```

Run setup wizard:

```bash
php ayuco setup
```

## Update The Framework

Update composer dependencies:

```bash
composer update --no-plugins
```

Update npm/node dependencies:

```bash
npm update
```

## License

MIT License - (c) 2018 - 2026 [10 Quality](https://10quality.github.io/wpmvc).