{"id":14991559,"url":"https://github.com/darkdiesel/drupal9-study","last_synced_at":"2026-03-14T02:14:32.312Z","repository":{"id":220857558,"uuid":"752670222","full_name":"darkdiesel/drupal9-study","owner":"darkdiesel","description":"Learning and experiments with drupal 9","archived":false,"fork":false,"pushed_at":"2024-02-05T20:04:26.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T02:15:39.407Z","etag":null,"topics":["drupal","drupal-9"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darkdiesel.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-04T13:38:25.000Z","updated_at":"2024-02-04T17:16:44.000Z","dependencies_parsed_at":"2024-02-09T22:45:17.992Z","dependency_job_id":null,"html_url":"https://github.com/darkdiesel/drupal9-study","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"ff6b35a30229279c76ac2639d524076448c4d2a1"},"previous_names":["darkdiesel/drupal9-study"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkdiesel%2Fdrupal9-study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkdiesel%2Fdrupal9-study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkdiesel%2Fdrupal9-study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkdiesel%2Fdrupal9-study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkdiesel","download_url":"https://codeload.github.com/darkdiesel/drupal9-study/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243030815,"owners_count":20224666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drupal","drupal-9"],"created_at":"2024-09-24T14:37:21.319Z","updated_at":"2025-12-24T03:28:59.425Z","avatar_url":"https://github.com/darkdiesel.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drupal 9 Study\nI created this repository to lean Drupal 9 CMS and make some experiments, modules and themes test. Test and write my own modules.\n\n## Table of content\n- [Run drush from local repository](#run-drush-from-local-repository)\n- [Drush useful commands](#drush-useful-commands)\n\n\n## Run drush from local repository\nSometimes i'm working on windows OS and i need drush. I installed drush via composer:\n\n```shell\ncomposer require --dev drush/drush:11.*\n```\n\nthen created drush file in root of project with code:\n\n```php\n\u003c?php\nrequire_once (\"vendor/drush/drush/drush\");\n```\n\nand i can run drush from vendor folder and don't need change global version of drush depends on project and drupal cms version.\n\n```shell\nphp drush cr\n```\n\n## Drush useful commands\n\n- Cache rebuild:\n\n  ```drush cr```\n\n- Install module:\n\n  ```drush en module_name```\n\n- Uninstall module\n\n  ```drush pmu module_name```\n\n- Update entity while development (devel entity update module)\n\n  ```drush entup``` or ```drush entity-updates```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkdiesel%2Fdrupal9-study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkdiesel%2Fdrupal9-study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkdiesel%2Fdrupal9-study/lists"}