2017 © Pedro Peláez
 

project picolo

Picolo CMF

image

hlynx/picolo

Picolo CMF

  • Thursday, January 22, 2015
  • by hlynx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Picolo

Picolo is a skeleton for Silex microframework., (*1)

Requirements

  • PHP >= 5.3

Installation

composer create-project hlynx/picolo <project_name>

For production from htdocs/.htaccess delete line, (*2)

SetEnv APP_ENV dev

Structure

/app/Application.php

Applications class, (*3)

/app/bootstrap.php

A place to include providers (database support, twig support, user management support, ...), (*4)

/config/

A place for config files (project settings, routing), (*5)

/src/

This folder should contain code of your application. Paths to files should be the same as their namespaces., (*6)

/templates/

A place for html templates, (*7)

/htdocs/

Folder where your web server sholuld be pointed. APP_ENV - default value is prod APP_ENV = dev - value for development, (*8)

The Versions