Home

Awesome

w.eloquent starter theme

Starter theme for w.eloquent project.

Examples of some implementations:

To populate your database with dummy data, install the WordPress importer plugin and import the theme-unit-test-data.xml.

Install the theme

  1. Download the Starter theme <br>
  2. Create a starter folder on your themes folder<br>
  3. Ensure your composer.json loads the Starter namespace:<br>
	"autoload": {
        "psr-4": {
          "Starter\\": "src/themes/starter/app"
        }
    },
  1. Update your .env*.php at APP_THEME<br>
  2. Set up the theme on admin page<br>