Starter theme for w.eloquent project.
Examples of some implementations:
- Assets loading
- Optimization of assets for production
- Templates organization
- Controllers
- Commands
- etc
To populate your database with dummy data, install the WordPress importer plugin and import the theme-unit-test-data.xml
.
- Download the Starter theme
- Create a
starter
folder on yourthemes
folder - Ensure your
composer.json
loads theStarter
namespace:
"autoload": {
"psr-4": {
"Starter\\": "src/themes/starter/app"
}
},
- Update your
.env*.php
atAPP_THEME
- Set up the theme on admin page
- Activate the Starter theme
- Create a menu to primary position