drunomics / php-project
A Phapp-enabled project template for any kind of PHP app.
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:project
This package is auto-updated.
Last update: 2024-10-15 05:10:13 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. Runphapp build:branch BRANCH
to build a branch.