---
title: "Enable Project Browser in Drupal"
date: "2023-01-10T14:44:18+00:00"
summary:
image:
type: "article"
url: "/acquia-cloud-platform/help/88701-enable-project-browser-drupal"
id: "d7eaff02-90b9-49f3-b8d7-019eb14ae639"
---

Table of contents will be added

Goal
----

This tutorial will show you how to install, enable, and use the Project Browser Drupal module.

Overview
--------

[Project Browser](https://www.drupal.org/project/project_browser) makes it easy for site builders to find modules. Once selected, instructions are provided on how to install the modules on your site. This browser lives _inside_ the Drupal site itself, which means you don't need to leave your site in order to look for modules. Plus, it's a much improved experience than trying to page through modules by popularity on Drupal.org.

To get started, we must first composer require the module:

> composer require drupal/project\_browser

![Drupal UI screenshot showing a project browser section with version and requirements details.](https://acquia.widen.net/content/b7e94243-cc4e-4d19-ada9-7ae9d34ad5ab/web/url_78cb5b2579723b5a75666af6b7226b82.webp)

Once added to the codebase, the module should appear on your extend page. Let's enable it (which you can do via the UI or drush). Once enabled, Project Browser will add a new tab to your Extend page called Browse.

![Navigation menu with "Browse projects" highlighted. Options include List, Update, Browse, and Uninstall.](https://acquia.widen.net/content/3e69f6fb-7fdb-4bbf-aeda-9b5f3825bc59/web/url_136634ac8229398050bfc3f6a72433bd.webp)

![Search results for modules showing "Chaos Tool Suite," "Token," and "Pathauto," each with descriptions and installation status. Categories listed on the left sidebar.](https://acquia.widen.net/content/65b29f60-a016-4d10-9140-c7ec1e778628/web/url_6b7d628bac0fc40e641e5e6ae1f12be8.webp)

Now that we have the browser, you can find modules on Drupal.org from within your Drupal site. Let's do a quick search for "configuration" modules.

![Grid of configuration management tools with descriptions, icons, and status indicators for modules like Configuration Update Manager and Configuration Split.](https://acquia.widen.net/content/7af92e34-5667-4611-87fe-b81fc0054410/web/url_676b4172dd356de7bb8e461fe7f4aae4.webp)

With this view I can see which modules are covered by the security team (see the little shield icon in the lower left) and which I already have installed (see Configuration Split). I can also click on the View Commands button to get help with the necessary composer and drush commands to add and enable the modules!

![Instructions for downloading and installing a Drupal module using Composer or Drush, with troubleshooting and manual download options.](https://acquia.widen.net/content/c34e1365-bef6-4b64-8ba8-3762ef987bc3/web/url_c74425b684f416fc56c8368f2b31fe63.webp)

And that's it! From here you have everything you need to browse and install Drupal projects right from the admin interface of your Drupal site. If by chance you have the [Automatic Updates](https://www.drupal.org/project/automatic_updates) module installed (view our [tutorial here](https://dev.acquia.com/tutorial/how-enable-automatic-updates-your-drupal-site)) you can also use Project Browser to do installations via the Drupal UI. Dries did a write-up on his [blog](https://dri.es/drupal-project-browser-empowers-ambitious-site-builders) recently to better explain this use case.

Project Browser is a great addition to Drupal and we're hoping to make it a stable part of Drupal core in 2023. Give it a try and submit your feedback. We'd love to hear what you think!