This repo is for demonstration purposes for the WP Meetup Pittsburgh presentation. As this repo is public it can be used as a template to begin a project. Below is a list of all of the packages that are used along with their associated websites.
- Sage - https://roots.io/sage/
composer create-project roots/sage
- Laravel Eloquent - https://laravel.com/docs/5.6/eloquent
composer require illuminate/database:5.6.*
- Phinx - https://phinx.org/
composer require robmorgan/phinx
- Faker - https://fakerphp.github.io/
composer require fakerphp/faker
- Symphony Yaml https://symfony.com
composer require symfony/yaml
The above packages are what were used in order to put this example theme together if you would like to experiment with them in your own installations.