Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/darkdiesel/drupal9-study

Learning and experiments with drupal 9
https://github.com/darkdiesel/drupal9-study

drupal drupal-9

Last synced: 18 days ago
JSON representation

Learning and experiments with drupal 9

Awesome Lists containing this project

README

        

# Drupal 9 Study
I created this repository to lean Drupal 9 CMS and make some experiments, modules and themes test. Test and write my own modules.

## Table of content
- [Run drush from local repository](#run-drush-from-local-repository)
- [Drush useful commands](#drush-useful-commands)

## Run drush from local repository
Sometimes i'm working on windows OS and i need drush. I installed drush via composer:

```shell
composer require --dev drush/drush:11.*
```

then created drush file in root of project with code:

```php