- No Changes
0.7.4 - 2018-10-11
theme
command. 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
--vagrant
option to thenew
command. If this is set, it will runvagrant up
when 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
setup
command until it can be rewritten for v3.0.
- Removed redundant
Controller.php
classes - Legacy code that was unused