Skip to content

Releases: DevinY/phpenv

v1.5.3

18 Nov 07:50

Choose a tag to compare

update Dockerfiles

v1.5.2

26 Jul 03:44

Choose a tag to compare

add ssh_db services of mariadb.

v1.5

26 Jul 03:05

Choose a tag to compare

add active function for stand alone project.

v1.4

25 Jul 16:08

Choose a tag to compare

Allow artisan and info to be executed anywhere on the host side.
Here is an alias example:

export PHPENV="$HOME/phpenv"
alias phpenv="cd ${PHPENV}"
alias pf="cd $(grep FOLDER ${PHPENV}/.env|sed 's/FOLDER=//g')"
alias artisan="${PHPENV}/artisan"
alias workspace="${PHPENV}/workspace"
alias tinker="${PHPENV}/artisan tinker"
alias info="cd ${PHPENV}&&./console info&&cd -"

Fix build problem

26 Jul 04:49

Choose a tag to compare

Update some dockerfiles.

v1.2

28 May 11:31

Choose a tag to compare

Add aarch64 softlink for arm64. for Raspberry Pi stuck when building an image.

v1.1

27 May 20:47

Choose a tag to compare

修正啟動問題

v1.0

14 May 19:05

Choose a tag to compare

v0.1

add no cache