Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 210 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 210 Bytes

Sonic-Framework

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"