- No Changes
0.7.4 - 2018-10-11
themecommand. This will install a theme from a git url or if no url is set, it will present the options
- General code cleanup and consolidation
0.7.3 - 2018-09-16
--vagrantoption to thenewcommand. If this is set, it will runvagrant upwhen installation is complete.
0.7.2 - 2018-09-16
This update is to support the newest version of the framework which branches the views out of the main framework repository in support of a "theme" system. Nothing has changed in the themes except their location. The new command will automatically install them for you when it creates your project. Please see the README to learn more.
- Project creation now supports installing themes automatically, since the themes have been separated from the main framework.
- Migrate commands. Theres no point as they were just passthrough commands for phinx.
0.7.1 - 2018-09-15
- App class generation command:
app - Middleware class generation command:
middleware - Twig Extension class generation command:
twigex
- Updated README
- Updated command hints and instructions
0.7.0 - 2018-09-15
- New readme with usage instructions.
- Updated existing commands to work with v3.0 of the Framework.
- Disabled the
setupcommand until it can be rewritten for v3.0.
- Removed redundant
Controller.phpclasses - Legacy code that was unused