pixelbrackets / pap-skeleton
PHP App Publication - Skeleton Project
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/pixelbrackets/pap-skeleton
Requires (Dev)
- pixelbrackets/pap: ^9.0
README
Skeleton project for PAP (PHP App Publication).
Installation
See https://github.com/pixelbrackets/pap#installation for a complete guide, including the optional installation of PAP executables which are independent of PHP versions installed on your system.
Quick Start
- Create a subfolder in your app using Composer
composer create-project pixelbrackets/pap-skeleton build cd build - Configure deployment stages in
pap.yml→ See PAP Documentation - Rename
README.template.mdtoREADME.mdand customize for your project - Run
./vendor/bin/pap deploy -s testto deploy to your test stage
📚 Follow the step-by-step walkthrough tutorial to learn how to set up PAP and publish your PHP webapp or website in less than 15 minutes.
Source
Main repository: https://github.com/pixelbrackets/pap
License
GNU General Public License version 2 or later
The GNU General Public License can be found at https://www.gnu.org/copyleft/gpl.html.