Skip to content

Instantly share code, notes, and snippets.

View Solomon04's full-sized avatar
🎯
Focusing

Solomon Solomon04

🎯
Focusing
View GitHub Profile
@Solomon04
Solomon04 / .env.testing
Last active April 6, 2023 06:55
Seamlessly setup a test database within the PHPUnit + Laravel environment
APP_NAME="TDD"
APP_ENV=testing
APP_DEBUG=true
APP_KEY=base64:dOal46K64jWx6dQAIIKACbeMH99iqW0HryeT+3Jkoj0=
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=mysql_test
DB_DATABASE=tdd
DB_USERNAME=sail
DB_PASSWORD=password