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

https://github.com/shahinam/d8examples

Drupal 8 Learning - Examples, Modules, Snippets, Docs.
https://github.com/shahinam/d8examples

drupal-8 drupal-module

Last synced: 10 months ago
JSON representation

Drupal 8 Learning - Examples, Modules, Snippets, Docs.

Awesome Lists containing this project

README

          

# Contents

- [Migrate Movies CSV](migrate_movies_csv): Migrate movies data from CSV files.
- [Auto Capitalize](auto_capitalize): A simple filter plugin to capitalize set of preconfigured words.
- [Attach Assets](attach_assets): Demo to show how to add CSS and JS.
- [User Account Notify](user_account_notify): Email notificatin to user on account changes. Uses queues.
- [Logging](logging): Logging in procedural code.
- [Weather Forecast](forecast): Demo how to use external API and download dependency in root vendor folder.