drunomics/php-project

A Phapp-enabled project template for any kind of PHP app.

1.1.0 2018-05-07 08:02 UTC

This package is auto-updated.

Last update: 2024-04-15 03:49:52 UTC


README

Usage

  • Get and install the Phapp CLI, see https://github.com/drunomics/phapp-cli.

  • Run phapp create myproject --template=drunomics/php-project

  • Edit phapp.yml and fill-in your project's attributes.

  • The project is prepared with a basic .gitignore-build file that includes the composer generated vendor directory into builds. Run phapp build:branch BRANCH to build a branch.