Releases: mathieutu/php-project-launcher
Releases · mathieutu/php-project-launcher
v0.1.1
Changed
- ⬆️ Upgrade Postgres to version 12. [763eb65]
- ♿ Improve ux of db command when not in container. [1702f1d]
Fixed
- 🐛 Fix bugs in arguments count. [e01a773]
Miscellaneous
v0.1.0
Added
- ✨ Add "exec" command to execute any command in the web service. [ff530ce]
- ✨ Allow usage without web container, [0c06960]
- 💥 Add yarn to the web image, and execute it directly in the service. [0ee8eb6]
Fixed
- 🚨 Fix ShellCheck warnings. [95090c8]
- 🐛 Fix shell type. [21bc407]
- ✏️ Fix composer path in Readme. [b731487]
Miscellaneous
- 💥 Remove non working (and useless) "port" helper. Use "ppl ps" to get the ports list. [1bb49b3]
- 📝 Add ppla and pplsf to Readme.(fix #4) [be63690]
- 📝 Update Readme. [c356e54]
v0.0.3
Added
- ✨ Add the ability to customise opened url. [9803ab9]
- ✨ Add inspect command. [eb0b8d1]
v0.0.2
Added
- ✨ Add direct shortcuts to framework console binaries. [c09b27a]
- ✨ Add ports displays. [7579cb1]
Fixed
- 🐛 Fix Postgres DB env var. [00173ff]