2017 © Pedro Peláez
 

project orlex-standard

A full-fledged Orlex distribution with nice extras

image

dcousineau/orlex-standard

A full-fledged Orlex distribution with nice extras

  • Tuesday, February 11, 2014
  • by dcousineau
  • Repository
  • 1 Watchers
  • 4 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Orlex Standard Distribution

The Orlex Standard Distribution is a project installable through Composer that provides a skeleton application utilizing Orlex as well as projects like Twig and Symfony Forms., (*1)

Installation

The easiest installation is via composer. After installing composer simply run the following in your command line:, (*2)

php composer.phar create-project dcousineau/orlex-standard path/to/install

Composer will download a copy of this project into the path/to/install and setup all of its dependencies. Aftewards you will be ready to slam out code for your project!, (*3)

Details

Orlex Standard provides sample code found in the src/ directory. To remove all traces of sample code, first completely remove the src/App/ directory, then update config/web.php line 11 to point to a proper controller directory., (*4)

Environment

The standard distribution reads an environment variable to determin debug mode. If you're using Apache, adding a SetEnv directive to either your vhost or .htaccess (not recommended) will allow you to control the environment setting. For example:, (*5)

SetEnv ENVIRONMENT dev

In your vhost definition will ensure Silex's debug mode is enabled. You can also develop your application to respect environment by referencing $app['environment']., (*6)

The Versions

11/02 2014

dev-master

9999999-dev

A full-fledged Orlex distribution with nice extras

  Sources   Download

MIT

The Requires

 

The Development Requires

19/05 2013