PHP Classes

File: .env.Example

Recommend this page to a friend!
  Classes of Nahidul Hasan   Simplex   .env.Example   Download  
File: .env.Example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simplex
Example application based on a MVC framework
Author: By
Last change:
Date: 14 days ago
Size: 527 bytes
 

Contents

Class file image Download
APP_NAME=simplex APP_ENV=local APP_DEBUG=true APP_URL=http://localhost DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=dbname DB_USERNAME=username DB_PASSWORD=password REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null BACKUP_DATA_PATH=~/.backup # 'password' => 'common404', # 'connection' => 'mysql:host=database', # new PDO('mysql:host=127.0.0.1;dbname=simplex', 'root', '');