Notes on working with October CMS
.htm
with Twig)Run: php artisan october:up
Use DotEnv setup: php artisan october:env
Clear cache: php artisan cache:clear
Install: php artisan theme:install theme-author.theme-name theme-dir
Activate: php artisan theme:use theme-dir
Install & activate: php artisan plugin:install plugin-author.plugin-name
Create new plugin: php artisan create:plugin Foo.Bar
Create new component: php artisan create:component Foo.Bar Post
{% for post in blogPosts.posts %}
{{ post }}
{% endfor %}