Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomjn/wordpress-doctrine-boilerplate
A basic plugin with Doctrine Pimple and Composer support in a clean expandable layout
https://github.com/tomjn/wordpress-doctrine-boilerplate
Last synced: 20 days ago
JSON representation
A basic plugin with Doctrine Pimple and Composer support in a clean expandable layout
- Host: GitHub
- URL: https://github.com/tomjn/wordpress-doctrine-boilerplate
- Owner: tomjn
- Created: 2013-07-22T14:39:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-07T13:12:25.000Z (almost 11 years ago)
- Last Synced: 2024-10-04T17:19:48.242Z (about 1 month ago)
- Language: PHP
- Size: 109 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Description
An empty plugin configured for Doctrine, Pimple, and Composer. Auto loader and Doctrine bootstrap setup
# Installation
Install dependencies by executing:
composer install
Then place the plugin folder inside wp-content/plugins/ and activate in your dashboard.
Doctrine Models go in php/models, use this command to generate the database tables:
php vendor/bin/doctrine orm:schema-tool:create
When adding classes, update the auto loader by running:
composer update