Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 647 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 647 Bytes

Onyx

Overview

PHP application skeleton based on Silex 2. Promote framework agnostic conception.

Getting started

Requirements

  • docker, executable by your user (see official documentation to set it up)
  • php >= 5.5.9

Installation

Download deps, configure, ...

 make install
 make wizard-set-namespace

Note : In wizard-set-namespace, use :: as namespace delimiter (ex: Onyx::Cool::App)

Launching web server (choose your port with WEB_PORT parameter, 80 if omitted)

 make WEB_PORT=82 up

See home page at http://localhost:82

Asset management

See Asset management.