D8

Drupal 8

Making a Drupal website to learn Drupal 8.

Install voting reaction module and use it for (like) content functionality.

Load all defined routes that starting with /admin programmatically. With translated titles.

Create custom registration form to create user and related profile node with the needful data from integration services.

Reuse Drupal core node form with a different URLs and different access callback.

Create helper to parse CSV file and validate the data depend on the first row values (header).

Create new custom form to process and import CSV files as taxonomy terms.

Enhance my Lando file to include the whole process of first installation within one tooling command.