Awesome
w.eloquent starter theme
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
.
Install the theme
- Download the Starter theme <br>
- Create a
starter
folder on yourthemes
folder<br> - Ensure your
composer.json
loads theStarter
namespace:<br>
"autoload": {
"psr-4": {
"Starter\\": "src/themes/starter/app"
}
},
- Update your
.env*.php
atAPP_THEME
<br> - Set up the theme on admin page<br>
- Activate the Starter theme<br>
- Create a menu to primary position<br>