Cuisine
WordPress utilitybelt
★ 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://github.com/corjen/cuisine/archive/refs/heads/master.zipFrom the readme
Cuisine - WordPress Utilitybelt
Cuisine is a WordPress utilitybelt / framework aimed at making WordPress development easy, quick and fun.
Requirements
| Prerequisite | How to check | How to install
| --------------- | ------------ | ------------- |
| PHP = 5.4.x | php -v | php.net |
Features
Completely OOP
Field- Metaboxbuilders
Asset pipeline for Sass files and Scripts
Quickly add new Post Types, Taxonomies and Routing
Cleans up the eventual HTML output
Some handy shortcodes ( buttons, google analytics event links, etc. )
Installing
Clone the git repo - git clone https://github.com/cuisine-wp/cuisine.git or install with composer:
composer require chefduweb/cuisine
After you have all the files you need to install cuisine like a regular WordPress plugin:
1. move the files to wp-content/plugins
2. get into the WordPress admin and go to plugins
3. activate Cuisine.
Getting Started
Creating plugins and themes with the power of Cuisine is quite easy; you just create regular WordPress themes & plugins. However, if you want to start off with some boilerplate code we recommand Carte Blanche, our WordPress empty-canvas theme and Crouton, a scaffolded plugin.
Do