Download the PHP package ale10257/yii2-app-basic-with-env-settings without Composer
On this page you can find all versions of the php package ale10257/yii2-app-basic-with-env-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ale10257/yii2-app-basic-with-env-settings
More information about ale10257/yii2-app-basic-with-env-settings
Files in ale10257/yii2-app-basic-with-env-settings
Package yii2-app-basic-with-env-settings
Short Description Yii 2 Basic Project Template
License BSD-3-Clause
Homepage http://www.yiiframework.com/
Informations about the package yii2-app-basic-with-env-settings
Yii 2 Basic Project Template with environment settings
Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects.
Why .env?
You should never store sensitive credentials in your code. Storing configuration in the environment is one of the tenets of a twelve-factor app. Anything that is likely to change between deployment environments – such as database credentials or credentials for 3rd party services – should be extracted from the code into environment variables.
Basically, a .env
file is an easy way to load custom configuration variables
that your application needs without having to modify .htaccess files or
Apache/nginx virtual hosts. This means you won't have to edit any files outside
the project, and all the environment variables are always set no matter how you
run your project - Apache, Nginx, CLI, and even PHP 5.4's built-in webserver.
It's WAY easier than all the other ways you know of to set environment
variables, and you're going to love it!
- NO editing virtual hosts in Apache or Nginx
- NO adding
php_value
flags to .htaccess files - EASY portability and sharing of required ENV values
- COMPATIBLE with PHP's built-in web server and CLI runner
Install
After install
Edit your settings in .env file
In your project, example:
Enjoy :)
All versions of yii2-app-basic-with-env-settings with dependencies
yiisoft/yii2 Version ~2.0.14
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0