gap / core
Gap
1.2.30
2017-12-05 02:27 UTC
Requires
- php: >=7.1.0
- foil/foil: ^0.6.7
- nikic/fast-route: ^1.2
- symfony/http-foundation: ^3.3
Requires (Dev)
- filp/whoops: ^2.1
- phpmd/phpmd: ^2.6
- phpspec/phpspec: ^4.1
- phpstan/phpstan: ^0.8.5
- phpunit/phpunit: ^6.4
- squizlabs/php_codesniffer: ^3.1
This package is auto-updated.
Last update: 2019-03-07 07:44:05 UTC
README
Get started
Build App
./bin/gap buildApp gapDev -t dev --dev
-t -> --target
Build Module
./bin/gap buildModule gapDev/landing
Build Entity
./bin/gap buildEntity gapDev/landing/ui/homeUi
./bin/gap buildEntity gapDev/landing/service/homeService
./bin/gap buildEntity gapDev/landing/repo/homeRepo
// todo