phpgt / gtcommand
Provides the `gt` command for automating WebEngine development.
Fund package maintenance!
PhpGt
Installs: 1 623
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 7
Requires
- php: >=8.0
- phpgt/build: ^v1.0
- phpgt/cli: ^v1.3
- phpgt/cron: ^v1.0
- phpgt/database: ^v1.3
- phpgt/server: ^v1.1
Requires (Dev)
- phpstan/phpstan: ^v1.8
- phpunit/phpunit: ^v9.5
This package is auto-updated.
Last update: 2024-10-09 15:49:04 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