Skip to content

Releases: mathieutu/php-project-launcher

v0.1.1

04 Mar 23:10
Compare
Choose a tag to compare

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

04 Mar 23:12
5ae1d5d
Compare
Choose a tag to compare

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.4

04 Mar 23:13
c18eed8
Compare
Choose a tag to compare

Added

  • ✨ Add database command. [c18eed8]

v0.0.3

04 Mar 23:13
eb0b8d1
Compare
Choose a tag to compare

Added

  • ✨ Add the ability to customise opened url. [9803ab9]
  • ✨ Add inspect command. [eb0b8d1]

v0.0.2

04 Mar 23:14
Compare
Choose a tag to compare

Added

  • ✨ Add direct shortcuts to framework console binaries. [c09b27a]
  • ✨ Add ports displays. [7579cb1]

Fixed

  • 🐛 Fix Postgres DB env var. [00173ff]

v0.0.1

04 Mar 23:14
29b924e
Compare
Choose a tag to compare

Added

Miscellaneous