andyburton/sonic-framework

Sonic PHP development framework

v1.3.14 2016-12-23 14:50 UTC

This package is not auto-updated.

Last update: 2024-04-19 20:00:08 UTC


README

PHP development framework

To set config in apache vhost:

SetEnv SONIC_CONFIG dev

For cli:

export SONIC_CONFIG=dev && php script.php

Or for /etc/environment:

SONIC_CONFIG="dev"