An open API service indexing awesome lists of open source software.

https://github.com/skippednote/d8cards


https://github.com/skippednote/d8cards

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# D8 Activity Cards

### TOC
- [Day 01: Configuration Management in D8](./01)
- [Day 02: Paragraphs Module](./02)
- [Day 03: Building Configuration forms](./03)
- [Day 05: Drupal 8 Block System](./05)
- [Day 08: Plugin System - Text Filters](./08)
- [Day 09: Attaching assets (css/js) on D8](./09)
- [Day 10: Configuring your local site for Development](./10)
- [Day 12: Theming 101](./12)
- [Day 13: Logging in D8](./13)
- [Day 15: Creating a Custom Field Formatter](./15)
- [Day 16: Dependency Injection Example / Service Container](./16)
- [Day 17: Composer in your module to load PHP libraries](./17)
- [Day 19: Twig Templating](./19)

### Status
- [x] Configuration Management in D8
- [x] Paragraphs Module
- [x] Building Configuration forms
- [ ] Migration 101
- [x] Drupal 8 Block System
- [x] Services and Dependency Injection
- [ ] Cron Queuing
- [x] Plugin System - Text Filters
- [x] Attaching assets (css/js) on D8
- [x] Configuring your local site for Development
- [ ] Creating a Custom D8 Content Entity Type
- [x] Theming 101
- [x] Logging in D8
- [x] Features Module in D8
- [x] Creating a Custom Field Formatter
- [x] Dependency Injection Example / Service Container
- [x] Composer in your module to load PHP libraries
- [ ] Events and Subscribers
- [x] Twig Templating
- [ ] Cache API and Cache Tags
- [ ] Replacing hook_init / Doing something on every page