- Added
make clean
to the Makefile - Added Makefile Project Commands to
README.md
- Added
make composer xxx
- runs thecomposer
command passed in, e.g.make composer install
- Added a
Makefile
for command aliases - Added
make mysql
andmake postgres
for switching between databases - Added Redactor plugin installed by default
- Add
craftcms/redactor
to the base config - Add
craftcms/commerce
to the base config - Added
soap
PHP extension for Commerce
- Set
useEmailAsUsername
tofalse
inconfig/general.php
so we can use the generic loginadmin
- Remove
errorTemplatePrefix
and remove theerrors/
templates completely, because, who cares? - Updated seed dbs & Project Config
- Initial release
Major thanks to nystudio107 for all the great work on this boilerplate!