phpgt / gtcommand
Provides the `gt` command for automating WebEngine development.
Fund package maintenance!
PhpGt
Installs: 1 642
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 7
Requires
- php: >=8.2
- phpgt/build: ^1.0
- phpgt/cli: ^1.3
- phpgt/cron: ^1.0
- phpgt/database: ^1.6
- phpgt/server: ^1.1
Requires (Dev)
- phpmd/phpmd: ^2.13
- phpstan/phpstan: ^v1.10
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2024-12-03 18:12:28 UTC
README
This repository holds the CLI functionality for PHP.Gt/WebEngine, exposed via the gt
command line.
The following commands are exposed:
gt create
- create a new WebEngine applicationgt serve
- run the inbuilt development servergt build
- compile client-side assetsgt cron
- invoke scripts or static functions at regular intervalsgt run
- run all background scripts at once - a combination ofserve
,build --watch
andcron --watch --now
gt deploy
- instantly deploy your application to the internet