Provides Sage 10 and other Acorn projects with an eloquent Model layer straight from the heart of the Laravel framework.
- Eloquent modeling of WordPress tables.
- Out of the box support for Advanced Custom Fields.
- Migrations, database seeders and factories.
- Command-line utilities to automate installation and maintenance of your database and business logic.
Install via Composer:
$ composer require tiny-pixel/acorn-db
After installation, run the following command to publish the configuration files, starter
$ wp acorn vendor:publish
Should you discover a bug in AcornDB, and there are going to be bugs, please open an issue.
Contributing, whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
All contributors absolutely must strictly adhere to our Code of Conduct.
AcornDB is provided under the MIT License.