tiny-pixel / acorn-db
Eloquent database support for Acorn projects
Fund package maintenance!
Patreon
Installs: 7 770
Dependents: 0
Suggesters: 0
Security: 0
Stars: 36
Watchers: 8
Forks: 8
Open Issues: 8
Type:package
Requires
- php: >=7.3
- fzaninotto/faker: ^1
- illuminate/container: ^7
- illuminate/database: ^7
- illuminate/pagination: ^7
- jgrossi/corcel: ^4.0
- symfony/console: ^5
Requires (Dev)
- illuminate/console: ^7.25
- roots/acorn: ^1.0.9
- roots/support: dev-master
- squizlabs/php_codesniffer: ^3.4.2
This package is auto-updated.
Last update: 2024-12-15 16:46:56 UTC
README
Provides Sage 10 and other Acorn projects with an eloquent Model layer straight from the heart of the Laravel framework.
Features
- 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.
Requirements
Installation
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
Bug Reports
Should you discover a bug in AcornDB, and there are going to be bugs, please open an issue.
Contributing
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.
Acknowledgements
License
AcornDB is provided under the MIT License.