Skip to content

Releases: RunCloudIO/butler

TTY feature

31 Jul 03:42
Compare
Choose a tag to compare

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

15 Feb 18:16
Compare
Choose a tag to compare

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

14 Feb 05:04
Compare
Choose a tag to compare

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

14 Feb 18:48
Compare
Choose a tag to compare

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

14 Feb 17:06
Compare
Choose a tag to compare

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

13 Feb 18:09
Compare
Choose a tag to compare

This is the 1st release of Butler