bayareawebpro / wp-lumen-plugin-framework

Laravel (Lumen) Powered Wordpress Plugin Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP Lumen Plugin Framework Starter

This repository is an example of how to integrate Lumen Framework within a Wordpress Plugin.

Note:

Development of this repository has come to an end. But you are welcome to fork it and maintain your own version.

A Laravel Inspired Wordpress Plugin Framework built with Lumen Framework

WP Lumen Plugin Framework provides an architecture that allows rapid development of Wordpress plugins where speed and dexterity is preferred over native Wordpress methods. This codebase is built with Laravel's "Lumen" micro-framework.

Includes:

  • WP Models
  • Example Controllers, Widgets & Shortcodes
  • Vue.js Auth Components & Shortcodes
  • WordpressServiceProvider
  • Debugbar Integration
  • WP & Lumen Helpers
  • WpCron Integration (wee wiki example)
  • Database Table Mangement (wee wiki example)
  • Activate, Deactive, Uninstall Schema Integration
  • JSON Config Flat-File Store

Setup

Download this package and run php composer install in your terminal.

http://composer.org

Once you have run the composer installer, upload and "Activate" the plugin in your Wordpress installation.

Documentation

About

Laravel (Lumen) Powered Wordpress Plugin Boilerplate


Languages

Language:HTML 67.0%Language:PHP 24.1%Language:Blade 5.5%Language:Vue 1.2%Language:CSS 1.2%Language:Sass 0.6%Language:JavaScript 0.5%