https://github.com/darkdiesel/drupal9-study
Learning and experiments with drupal 9
https://github.com/darkdiesel/drupal9-study
drupal drupal-9
Last synced: 3 months ago
JSON representation
Learning and experiments with drupal 9
- Host: GitHub
- URL: https://github.com/darkdiesel/drupal9-study
- Owner: darkdiesel
- Created: 2024-02-04T13:38:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T20:04:26.000Z (over 2 years ago)
- Last Synced: 2025-01-18T02:15:39.407Z (over 1 year ago)
- Topics: drupal, drupal-9
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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