- Website: https://octobercms.com/
- Docs: https://github.com/octobercms/october
- Developer guide: https://octobercms.com/docs/help/console
- Set file types (Render
.htm
with Twig)
Run: php artisan october:up
Use DotEnv setup: php artisan october:env
Clear cache: php artisan cache:clear
- Repository: https://octobercms.com/themes
Install: php artisan theme:install theme-author.theme-name theme-dir
Activate: php artisan theme:use theme-dir
- Repository: https://octobercms.com/plugins
- Plugin icons: http://daftspunk.github.io/Font-Autumn/
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 %}