Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darkdiesel/drupal9-study
- Owner: darkdiesel
- Created: 2024-02-04T13:38:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T20:04:26.000Z (12 months ago)
- Last Synced: 2024-11-17T06:44:42.023Z (3 months 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