Skip to content

CLI and other improvements

Compare
Choose a tag to compare
@g105b g105b released this 23 Sep 09:15
· 14 commits to master since this release
db929a7

The main change in this release is the long-awaited conversion to a PhpGt/Cli application. The migrate command has now been upgraded to work with the Cli tooling which in turn allows the command to be exposed in the gt set of commands. So now in your WebEngine applications, it's possible to run gt migrate to handle the migrations.

Another change to note: any usages of DateTime objects are now typed to allow any DateTimeInterface.