Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
71 contributions in the last year
Contribution activity
December 2020
Created 7 commits in 2 repositories
Created 1 repository
- fideloper/sail Shell
Created a pull request in laravel/sail that received 2 comments
Change usage of `MYSQL_PORT` to `DB_PORT`
The Issue
The sail command is listening to MYSQL_PORT but Sail uses DB_PORT.
Explanation
docker-compose reads env vars from .env files (by coincide…

