Skip to content

Instantly share code, notes, and snippets.

View secrethash's full-sized avatar
🤓
Available for Freelance

Shashwat Mishra secrethash

🤓
Available for Freelance
View GitHub Profile
@secrethash
secrethash / .env
Created June 19, 2017 05:03
Unit test Laravel 5 packages in context with Travis CI (with MySQL testing database)
APP_ENV=testing
APP_DEBUG=true
APP_KEY=RMme3vqJUaNAxVi5kq33xBgRAxmp7yXU
DB_HOST=localhost
DB_DATABASE=test
DB_USERNAME=root
DB_PASSWORD=
CACHE_DRIVER=array