Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 668 Bytes

WP Bones Logo

WP Bones Database Boilerplate WordPress Plugin

WP Kirk Database Boilerplate is your starting point to create a WordPress plugin using WP Bones Framework Library.

Requirements

  • PHP 8.2 or higher - due to illuminate/database package requirements.

Installation

git clone -b main https://github.com/wpbones/WPKirk-Boilerplate.git <your plugin folder>
cd <your plugin folder>
composer install

Documentation

You'll find the complete docs here.