Skip to content
/ skeleton Public template

Project template for starting your new project based on the jellyfish framework

License

Notifications You must be signed in to change notification settings

jellyfishphp/skeleton

Repository files navigation

Jellyfish Skeleton

Initialize

Run the following line via terminal:

$ VERSION="7.4" \
  LINUX_DIST="alpine" \
  docker run --rm -it -v $PWD:/var/www/jellyfish/releases/current/ -w /var/www/jellyfish/releases/current/ --entrypoint= jellyfishphp/php:$VERSION-cli-$LINUX_DIST /bin/zsh -c "make dev"

The following table shows possible values for the variables in th:

Variable Possible Values
LINUX_DIST alpine, debian
VERSION 7.4, 8.0

About

Project template for starting your new project based on the jellyfish framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published