2017 © Pedro Peláez
 

project framework

Framework for WordPress

image

flexpress/framework

Framework for WordPress

  • Sunday, August 31, 2014
  • by timperry
  • Repository
  • 0 Watchers
  • 1 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

FlexPress WordPress framework

Install

Install with composer:, (*1)

composer create-project flexpress/framework

Configuration

  • You will then want to change your settings presumably for development first, so edit config/environments/development.php
  • Make sure you keep the /wp on the site url otherwise you will get into a redirect loop.
  • Setup your web server to point to the public_html folder.
  • Visit that site and complete the WordPress install.
  • All done.

The Versions