Releases: RunCloudIO/butler
TTY feature
Docker exec tty feature is a missing part in this script. So newly running command will allocate tty. If tty is not needed, eg: in cron, you can run NOTTY=true butler php artisan schedule:run
Resolving custom TLD on PHP
Previous version will have problem will resolving custom domain from PHP. Eg: calling API using custom domain. Since previous solution use 127.0.0.1, PHP will resolve to itself instead of passing it to web server container.
Implement valet trust
Fix butler command without valet
This release should fix butler command without calling valet. Also added common PHP modules to .env and docker-compose.yaml.
Fix 0.0.2 and 0.0.3
Fix for 0.0.2 and 0.0.3. It is now allowed to use DEFAULT_WWW_PATH
with or without trailing slash
Static asset not loading
Fix the problem where static assets not loading. The fix is inside install.sh. To fix it just add trailing slash to end of DEFAULT_WWW_PATH
First release
This is the 1st release of Butler