Skip to content

bruno-barros/weloquent-starter-theme

Repository files navigation

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

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

About

Bootstrap theme for w.eloquent project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published