PHP Classes

File: .env.example

Recommend this page to a friend!
  Classes of Rodrigo Faustino   PHP MVC App   .env.example   Download  
File: .env.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MVC App
MVC based application for the Web and as an API
Author: By
Last change:
Date: 12 days ago
Size: 290 bytes
 

Contents

Class file image Download
# Banco de Dados DB_CONNECTION=mysql # Opções: sqlite, mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=php_mvc_app DB_USERNAME=root DB_PASSWORD= # Configurações da Aplicação SESSION_NAME=php_mvc_app_session FLASH_MESSAGE_KEY=flash_message APP_URL=http://localhost/php-mvc-app/public