Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 772 Bytes

21-configuration.md

File metadata and controls

19 lines (12 loc) · 772 Bytes

Configuration

The Phundament config structure is straight forward, there are three config files for an application:

Compared to yii2-app-basic and yii2-app-advanced Phundament uses an environment variables based configuration instead of an init script. See also Dev/prod parity.

Virtual Hosts and nice URLs

If you choose APP_PRETTY_URLS=1 in your .env file, activate the web/.htaccess if you are devleoping on your local machine.

cp web/.htaccess-dist web/.htaccess