Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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