- Plugin Installer
- Yii2 support
- Upgraded Craft to latest version of 3
- Upgraded all npm packages
- Added dependenbot issues
- Added author and license to
composer.json
- Updated packages
- Added VueJS standard in the webpack
- Updated
README.md
- Added ProjectConfig in the
general.php
file so database get's synced from local to acceptance and production.
- Craft updated to
3.1
- Created a uploads folder for files (this folder does not get pushed)
- The production build now minify both css and javascript files.
- Added
npm run build
info to theREADME.md
file - Added information how to add
Jquery
orVueJs
to your project - Added information what is inside this boilerplate, at the bottom of the
README.md
- added auto prefixer for css, using
postcss-loader
and added thepostcss.config.js
file
- added .gitkeep files to pages & components folder in scss, so it will be pushed to git.
- updated
master.twig
to_master.twig
- updated
README.md
with new instructions under the headingStarting Instructions
- updated the date 1.0.6 version was released, to the correct date.
- cache buster added to css and javascript files
- alternate languages set in the
master.twig
- file loader added in
webpack.common.js
and in thepackage.json
file
- Removed step 5 (cp .env file) from the README.md, because craft already makes this on install
- Updated the steps in the README.md, added
npm install
- Updated the .gitignore so it pushes the storage folder but nothing inside it (to prevent error)
- Added import for the mixins file in scss
- Added semi columns at the end of the webpack functions
- Updated composer.json
- Mixins to scss with standard responsive mixin
- Added underscore to the master.twig file
- Update readme, added info for env file
- Can't have uppercases in
composer.json
so set to camel casing
- Added version number, etc. to
composer.json
- Initial release