This packages provides some default blocks using https://github.com/farion/concrete5-tmblocks
- Go to your concrete5 root directory (using a cli interface)
- If you not yet have installed composer do it now:
curl -sS https://getcomposer.org/installer | php
- Add the following to your composer.json
{
...
"repositories": [
...
{
"url": "https://github.com/farion/concrete5-tmblocks-default",
"type": "git"
}
],
"require": {
...
"farion/tmblocks-default": "@dev"
},
...
}
- run
composer install
(orphp composer.phar install
)
While these blocks working basically, they are thought as examples. In general the blocks produce HTML showing the appropriate content. But no CSS or JS is provided and left for you to add.