{"id":13592933,"url":"https://github.com/hechoendrupal/drupal8-links","last_synced_at":"2025-04-09T02:31:50.234Z","repository":{"id":9591225,"uuid":"11509901","full_name":"hechoendrupal/drupal8-links","owner":"hechoendrupal","description":"Drupal 8 links \u0026 resources","archived":false,"fork":false,"pushed_at":"2017-04-18T09:44:03.000Z","size":511,"stargazers_count":286,"open_issues_count":5,"forks_count":109,"subscribers_count":79,"default_branch":"master","last_synced_at":"2024-11-06T14:41:13.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/hechoendrupal.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}},"created_at":"2013-07-18T18:03:23.000Z","updated_at":"2023-12-06T06:50:32.000Z","dependencies_parsed_at":"2022-09-22T17:40:20.184Z","dependency_job_id":null,"html_url":"https://github.com/hechoendrupal/drupal8-links","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hechoendrupal%2Fdrupal8-links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hechoendrupal%2Fdrupal8-links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hechoendrupal%2Fdrupal8-links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hechoendrupal%2Fdrupal8-links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hechoendrupal","download_url":"https://codeload.github.com/hechoendrupal/drupal8-links/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247965571,"owners_count":21025400,"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":[],"created_at":"2024-08-01T16:01:14.833Z","updated_at":"2025-04-09T02:31:45.215Z","avatar_url":"https://github.com/hechoendrupal.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"##Drupal 8 links \u0026 resources\n  Feel free to fork \u0026 contribute :)\n\n+ Official docs\n    + [Drupal 8 Updates and How to Help](https://drupal.org/community-initiatives/drupal-core)\n    + [Creating Drupal 8.x modules](https://drupal.org/node/1915030)\n    + [D7 to D8 upgrade tutorial: Pants module](https://drupal.org/node/1911346)\n    + [Writing module .info.yml files (Drupal 8.x)](https://drupal.org/node/2000204)\n    + [REST: exposing data as RESTful web services](https://drupal.org/documentation/modules/rest)\n    + [Change records for Drupal core](https://drupal.org/list-changes)\n    + [What Drupal 8 API changes are still outstanding](https://groups.drupal.org/node/313408)\n    + [D8DX: Improving the D8 developer experience](https://drupal.org/community-initiatives/drupal-core/d8dx)\n    + [Drupal 8 is Coming Soon!](https://drupal.org/drupal-8.0)\n+ PHP Docs\n    + [Classes and Objects](http://php.net/manual/en/language.oop5.php)\n+ Code Examples\n    + [Using Drupal 8's new route controllers](http://previousnext.com.au/blog/using-drupal-8s-new-route-controllers)\n    + [Drupal 8 Module Development, Part 1: Getting Started](http://getlevelten.com/blog/ian-whitcomb/drupal-8-module-development-part-1-getting-started)\n    + [Drupal 8 Module Development, Part 2: Forms](http://getlevelten.com/blog/ian-whitcomb/drupal-8-module-development-part-2-forms)\n    + [Step-by-step: Converting modules from Drupal 7 to Drupal 8](http://webchick.net/upgrade-modules-d8)\n    + [A practical example for converting a Drupal 7 module to work with Drupal 8](http://www.pixelite.co.nz/article/practical-example-converting-drupal-7-module-work-drupal-8)\n    + [Theming in Drupal 8 - Conversion of themes to Twig](http://www.undpaul.de/blog/2013/07/04/theming-drupal-8-conversion-themes-twig)\n    + [Twigify converts Drupal 7 phpTemplate themes into Drupal 8 Twig themes](https://github.com/ElephantVentures/public-twigify)\n    + [Drupal 8 Field API series part 1: field formatters](http://realize.be/drupal-8-field-api-series-part-1-field-formatters)\n    + [Routing Example in Drupal 8](https://github.com/nathanjo/example_d8)\n    + [Controlling Access to Drupal 8 Routes with Access Checks](http://previousnext.com.au/blog/controlling-access-drupal-8-routes-access-checks)\n    + [Drupal 8 Field API series part 2: field widgets](http://realize.be/drupal-8-field-api-series-part-2-field-widgets)\n    + [Instagram Block: Drupal 8 Module Port – Part 1](http://yanniboi.wordpress.com/2013/08/10/instagram-block-1/)\n    + [Drupal 8: Hello OOP, Hello world!](http://effulgentsia.drupalgardens.com/content/drupal-8-hello-oop-hello-world)\n    + [Drupal 8: Forms, OOP style] (http://effulgentsia.drupalgardens.com/content/drupal-8-forms-oop-style)\n    + [Drupal 8 Module Development, Part 3: Plugins](http://getlevelten.com/blog/ian-whitcomb/drupal-8-module-development-part-3-plugins)\n    + [Drupal 8: Hello, Configuration Management](http://drupal8cmi.org/drupal-8-hello-configuration-management)\n    + [Looking at Drupal 8's JavaScript Changes](http://atendesigngroup.com/blog/looking-at-drupal-8-javascript-changes)\n    + [Configuration Management and Features: a look at Drupal 8](http://nuvole.org/blog/2013/sep/03/configuration-management-and-features-look-drupal-8)\n    + [Module Development in Drupal 8](http://www.civicactions.com/blog/2013/aug/31/module_development_in_drupal_8)\n    + [Connect Drupal 8 RESTful Service with Guzzle PHP Web Service Client](http://eureka.ykyuen.info/2013/09/03/connect-drupal-8-restful-service-with-guzzle-php-web-service-client-1/)\n    + [Drupal 8 – Login in Guzzle Web Service Client](http://eureka.ykyuen.info/2013/09/04/drupal-8-login-in-guzzle-web-service-client/)\n    + [First Approach to Drupal 8](http://drewpull.drupalgardens.com/blog/first-approach-drupal-8)\n    + [Forms \u0026 Database in Drupal 8](http://drewpull.drupalgardens.com/blog/forms-database-drupal-8)\n    + [Drupal 8 Twig template engine](http://drewpull.drupalgardens.com/blog/drupal-8-twig-template-engine)\n    + [Routing with Drupal 8](http://slid.es/saschagrossenbacher/drupal-8-routing)\n    + [Drupal 8 module development #3 - adding a settings page](hhttp://www.enginx.com/content/drupal-8-module-development-3-adding-settings-page)\n    + [Drupal 8 Example module: block, menu, form, settings, ...](https://github.com/nyl-auster/D8-foomodule)\n    + [Upgrading the Search API to D8: Creating an entity type](http://drunkenmonkey.at/blog/search-api-d8-update-part-1)\n    + [Upgrading the Search API to D8: Configuration and schema](http://drunkenmonkey.at/blog/search-api-d8-update-part-2)\n    + [Drupal 8 Hello World module with multilingual support](http://drupal.stackexchange.com/questions/87922/add-multilingual-support-to-drupal-8-hello-world-module/87923#87923)\n+ Blog posts\n    + [Learn Drupal 8 now by helping to make it more unified and user/developer friendly](http://hojtsy.hu/blog/2013-feb-07/learn-drupal-8-now-helping-make-it-more-unified-and-userdeveloper-friendly)\n    + [Drupal 8 and Symfony in Layman's Terms](http://www.duoconsulting.com/blog/drupal-8-and-symfony-laymans-terms)\n    + [Drupal 8: New Multilingual Features](http://drupalize.me/blog/201307/drupal-8-new-multilingual-features)\n    + [Drupal 8 now has Schema.org RDF mappings (but don't pop the champagne yet)](http://lin-clark.com/blog/drupal-8-now-has-schemaorg-rdf-mappings-dont-pop-champagne-yet)\n    + [What is exciting about Drupal 8?](http://www.youtube.com/watch?v=PDBGluyY0B8)\n    + [Learning by Trial and Error - Installing and Touring Drupal 8](http://drupalize.me/blog/201306/learning-trial-and-error-installing-and-touring-drupal-8)\n    + [A Drupal 8 git bisect exercise](http://build2be.com/content/drupal-8-git-bisect-exercise)\n    + [Thresholds, Code Freeze, Getting Features into Drupal 8, Criticals and Majors in Drupal](http://comm-press.de/en/blog/thresholds-code-freeze-getting-features-drupal-8-criticals-and-majors-drupal)\n    + [Upgrading the Busy theme to Drupal 8](http://www.undpaul.de/blog/2013/06/02/upgrading-busy-theme-drupal-8)\n    + [Early Drupal 7 vs Drupal 8 performance comparison](http://www.netstudio.gr/en/blog/early-drupal-7-vs-drupal-8-performance-comparison)\n    + [Drupal 8: best authoring experience for structured content?](http://wimleers.com/article/drupal-8-structured-content-authoring-experience)\n    + [Understanding Drupal 8's Modal API and Dialog Controller](http://previousnext.com.au/blog/understanding-drupal-8s-modal-api-and-dialog-controller)\n    + [How to Prepare Your Website for Drupal 8](http://www.mediacurrent.com/blog/how-prepare-your-website-drupal-8)\n    + [Drupal 8 Twig Templates and Translations](http://getlevelten.com/blog/mark-carver/drupal-8-twig-templates-and-translations)\n    + [Drupal 8: Writing a Hello World Module](http://drupalize.me/blog/201307/drupal-8-writing-hello-world-module)\n    + [What's new in Drupal 8?](http://www.mediacurrent.com/blog/whats-new-drupal-8)\n    + [Intro to Drupal 8 Vocabulary](http://www.mediacurrent.com/blog/intro-drupal-8-vocabulary)\n    + [Drupal 8: Building Twig Performance](https://www.acquia.com/blog/drupal-8-building-twig-performance)\n    + [A Drupaler in Symfony Land](http://krisandju.e-webindustries.com/blog/drupaler-symfony-land)\n    + [Al dia con Drupal 8: Actualizando el módulo humanstxt (Español)](http://cambrico.net/drupal/al-dia-con-drupal-8-actualizando-el-modulo-humanstxt)\n    + [Drupal 8 multilingual tidbits 13: much improved software translation UI](http://hojtsy.hu/blog/2013-aug-20/drupal-8-multilingual-tidbits-13-much-improved-software-translation-ui)\n    + [Drupal 8: An Introduction to the New Production](http://www.titancloudworks.com/captains_log/post/drupal-an-introduction-to-the-new-production)\n    + [A Look at PHP's Continuing Evolution](https://www.acquia.com/blog/look-phps-continuing-evolution)\n    + [Drupal 8 APIs are freezing but not frozen](http://buytaert.net/drupal-8-apis-are-freezing-but-not-frozen)\n    + [Drupal 8: to embrace or to brace yourself?](http://flink.com.au/ramblings/drupal-8-embrace-or-brace-yourself-seven-tips-and-traps-make-d7-developers-smile-and-go-arrgh)\n    + [Drupal 8: A View Into Performance](https://www.acquia.com/blog/drupal-8-view-performance)\n    + [8 things I'm going to love about Drupal 8](http://wadmiraal.net/lore/2013/08/05/8-things-i-m-going-to-love-about-d8/)\n    + [Getting your site ready for Drupal 8](https://www.acquia.com/blog/getting-your-site-ready-drupal-8)\n    + [Drupal 8 - A Wave of Change](http://www.blinkreaction.com/blog/drupal-8-a-wave-of-change)\n    + [How I Learned to Love Drupal 8 on the Road to Prague](https://www.openshift.com/blogs/how-i-learned-to-love-drupal-8-on-the-road-to-prague)\n    + [OO in D8: Interfaces vs. Abstract Classes Part 1](http://comm-press.de/en/blog/oo-d8-interfaces-vs-abstract-classes-part-1)\n    + [On contributing to Drupal 8](http://mc-kenna.com/2013/09/on-contributing-to-drupal-8)\n    + [Cliff Edge or Path To The Summit](http://www.makakmedia.co.uk/blog/cliff-edge-or-path-summit)\n    + [Why the big architectural changes in Drupal 8](http://buytaert.net/why-the-big-architectural-changes-in-drupal-8)\n    + [Islandora and Drupal 8](http://islandora.ca/content/islandora-and-drupal-8)\n    + [Multilingual Drupal 8](http://hojtsy.hu/multilingual-drupal8)\n    + [Drupal 8 as an intuitive platform](http://pingv.com/blog/drupal-8-as-an-intuitive-platform)\n    + [Drupal 8: contrib roads, take me home](http://flink.com.au/ramblings/drupal8-contrib-roads-take-me-home)\n    + [Drupal 8 is Coming](http://pingv.com/blog/drupal-8-coming)\n    + [Drupal 8 might be useful](http://www.codeenigma.com/en/blog/drupal-8-might-be-useful)\n    + [Drupal 8 how to create an administration form](http://webwash.net/tutorials/how-create-administration-form-drupal-8)\n    + [What’s expected in Drupal 8?](http://www.anubavam.com/blogs/what%E2%80%99s-expected-drupal-8)\n    + [Understanding Drupal 8, part 1: the general structure of the framework](http://cipix.nl/understanding-drupal-8-part-1-general-structure-framework)\n    + [Understanding Drupal 8, part 2: The Service Container](http://cipix.nl/understanding-drupal-8-part-2-service-container)\n    + [Why you should be excited about Drupal 8](https://www.acquia.com/blog/why-you-should-be-excited-about-drupal-8)\n    + [Battleplan for Search \u0026 Solr in Drupal 8](https://www.acquia.com/blog/battleplan-search-solr-drupal-8)\n    + [Drupal 8 Ready: What's new for Developers?](http://previousnext.com.au/blog/drupal-8-ready-whats-new-developers)\n    + [The Fall of PEAR and the Rise of Composer](http://benramsey.com/blog/2013/11/the-fall-of-pear-and-the-rise-of-composer/)\n    + [what's new in Drupal 8 and how you can contribute](http://beautiful7mind.wordpress.com/2013/02/11/whats-new-in-drupal-8-and-how-you-can-contribute/)\n    + [Converting 7.x drupal module to 8.x](http://beautiful7mind.wordpress.com/2013/03/14/converting-7-x-drupal-module-to-8-x/)\n    + [D8FTW: Breadcrumbs That Work](http://palantir.net/blog/d8ftw-breadcrumbs-work)\n    + [D8FTW: Hacking Core Without Killing Kittens](http://palantir.net/blog/d8ftw-hacking-core-without-killing-kittens)\n+ Presentations\n    + [Drupal 8 Configuration system for coders and site builders](http://drupalcampcork.org/sites/drupal_camp_cork/files/slides/Drupal_8_CMI.pdf)\n    + [Drupal 8: Undercover initiatives](http://pcambra.github.io/d8undercover/)\n    + [One Drupal 8 Slide Deck To Rule Them All - Please give this at your local event!](http://webchick.net/drupal-8-slides)\n    + [REST and Serialization in Drupal 8](http://linclark.github.io/d8-rest-slides/)\n    + [Upgrading your modules to Drupal 8](https://portland2013.drupal.org/node/1683)\n    + [Dependency Injection in Drupal 8](https://portland2013.drupal.org/session/dependency-injection-drupal-8)\n    + [Modernizing Drupal - Using Symfony 2](http://www.garfieldtech.com/presentations/sflportland-drupal8-symfony2/)\n    + [The Old and New Field API in Drupal 8 (DrupalCon Portland Session Notes)](http://drupaltutor.com/blog/2013-05/old-and-new-field-api-drupal-8-drupalcon-portland-session-notes)\n+ Screencasts\n    + [PHP Tutorial Screencasts](http://knpuniversity.com/)\n    + [First Take: Create a Block in Drupal 8](http://youtu.be/NiO9Z8s3yRA)\n+ Videos\n    + [EBDUG 02 - Twig, Drupal 8's New Theme Layer (Jen Lampton)](http://www.youtube.com/watch?v=adrW67KrdUY)\n    + [Creating Your First Simple Drupal 8 Module (Dev version July 2013)](http://www.youtube.com/watch?v=Q-aubgnL72s)\n    + [DrupalCon Portland 2013: REST AND SERIALIZATION IN DRUPAL 8](http://www.youtube.com/watch?v=6FNfy7pU6mE)\n    + [Angie Byron talks Drupal 8 as it exists today and where it's going](http://www.youtube.com/watch?v=pOrCf_PVYcc)\n    + [deSymfony 2013 - Symfony y Drupal - Español](http://www.youtube.com/watch?v=luiSlDeQh3s)\n    + [Intro to Drupal 8 Vocabulary](http://www.youtube.com/watch?v=15vkeh91ql4)\n    + [Drupal 8: Site install, module installation, directory layout](http://www.youtube.com/watch?v=k9G2IWGgWjY)\n    + [Drupal 8: Creating a Blog \u0026 Configuration API](http://www.youtube.com/watch?v=rhzw59RFzDA)\n    + [Portando un módulo a Drupal 8 (Spanish)](https://vimeo.com/74011659)\n    + [How I Learned to Stop Worrying and Love Drupal 8](https://www.drupalcampatlanta.com/session/how-i-learned-stop-worrying-and-love-drupal-8)\n    + [Create a Symfony Application from a Drupal Perspective](https://www.youtube.com/watch?v=v-6RCEJFINE)\n+ Podcasts\n    + [REST in Drupal 8](http://www.lullabot.com/blog/podcasts/drupalizeme-podcast/36-rest-drupal-8)\n+ Virtual Machines \u0026 Stacks\n    + [Waiting for Drupal 8? Drupal 8 Dev already available in BitNami!](http://blog.bitnami.com/2013/09/waiting-for-drupal-8-drupal-8-dev.html)\n    + [Get started quickly with D8 with this nice vagrant box.](https://github.com/fabsor/vagrantd8)\n    + [Building Really Fast Websites with Drupal 8](https://www.youtube.com/watch?v=lKuyGFOhWxU)\n+ Books\n    + [Desarrollo web ágil con Symfony2 - Español](http://symfony.es/libro/)\n    + [A Year With Symfony Writing healthy, reusable Symfony2 code](https://leanpub.com/a-year-with-symfony)\n+ Sites\n    + [Drupalism: Guide to transition from Drupal 7 to Drupal 8](http://www.drupalism.com/)\n    + [#D8CX Drupal 8 Contrib Experience](http://d8cx.org/)\n+ Tools\n    + [Scaffolding tool for Drupal 8 based on Symfony Console component.](https://github.com/hechoendrupal/DrupalAppConsole)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhechoendrupal%2Fdrupal8-links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhechoendrupal%2Fdrupal8-links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhechoendrupal%2Fdrupal8-links/lists"}