- content: içerik crud işlemleri
- structure: ekranda görünecek block verileri ve içerik türlerinin (entity) oluşturulması ve yapılandırılması
- appearence: görünümün özelleştirilmesi
- extend: yeni modül kurma ve kaldırma
- configuration: sistemdeki birçok ayar, yeni kurulan modüllerin ayarları burada çıkar.
- people: kullanıcı, role ve yetkiler
- reports: sistem raporları
- help
- composer kurulu olması gerek
composer create-project drupal/recommended-project drupal && cd drupal
- modülleri kurmak için
composer require 'drupal/workflow:^1.5'
composer require drupal/pathauto
- drush kurmak için
composer require drush/drush
https://www.drupal.org/project/workflow
The workflow module enables you to create arbitrary workflows in Drupal and associate them with entities. A Workflow is made up of workflow states. Moving from one state to another is called a transition.