connection
connection database
# config file .env untuk configurasi pada file
APP_DEBUG=true
APP_ENV=local
# configurasi Path here
APP_NAME=mini-mvc-php-native
APP_HOST=http://localhost/
# configurasi Database here
DB_HOST=localhost
DB_PORT=3306
DB_NAME=CodeZeroDB
DB_USERNAME=root
DB_PASSWORD=
# configurasi mailer (on development)
MAIL_MAILER=smtp
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"
# configurasi oAuth (on development)
CLIENT_ID=
SECRET_ID=keterangan :
Migration database
Last updated