Skip to content

Instantly share code, notes, and snippets.

View nahuelhds's full-sized avatar
💭
Send coffee ☕️

Nahue nahuelhds

💭
Send coffee ☕️
View GitHub Profile
@nahuelhds
nahuelhds / .env.travis
Last active July 22, 2019 11:05
Laravel 5.8 configuration for Travis CI
APP_NAME=Laravel
APP_ENV=testing
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost/
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=testing