Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wpbones/wpkirk-database-boilerplate
- Owner: wpbones
- License: gpl-3.0
- Created: 2024-10-12T10:03:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T13:37:53.000Z (18 days ago)
- Last Synced: 2024-12-25T19:33:24.572Z (15 days ago)
- Topics: database, illuminate-database, orm, wpbones
- Language: PHP
- Homepage: https://www.wpbones.com/docs/DatabaseORM/query-builder
- Size: 13.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).