catpaw / starter
A php CatPaw starter template
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2
- ext-mbstring: *
- ext-openssl: *
- ext-pcntl: *
- ext-zlib: *
- catpaw/catpaw: ^3.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.8
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9
README
Catpaw Starter
Start the development application using
composer dev:start
or
composer dev:watch
which will restart the application whenever a change is detected in your src directory.