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