Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wpbones/wpkirk-database-boilerplate

A WP Bones boilerplate to start to use the Database which could be used as a boilerplate/template
https://github.com/wpbones/wpkirk-database-boilerplate

database illuminate-database orm wpbones

Last synced: 13 days ago
JSON representation

A WP Bones boilerplate to start to use the Database which could be used as a boilerplate/template

Awesome Lists containing this project

README

        


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](https://wpbones.com/) Framework Library.

## Requirements

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

## Installation

```bash
git clone -b main https://github.com/wpbones/WPKirk-Boilerplate.git
cd
composer install
```

## Documentation

You'll find the [complete docs here](https://wpbones.com/docs).