smallerid / skeleton
mini skeleton for php project with docker integration
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Makefile
Type:project
Requires
- php: ^8.1
Requires (Dev)
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
README
##INSTALL ###with composer
composer create-project smallerid/skeleton
###with git clone
git clone https://github.com/smallerist/skeleton.git sample-app
###SETUP PHPSTROM
IDE_KEY: XDEBUG_CONFIG="idekey=secret-ide-key";XDEBUG_ENABLE="true”