Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit

Permalink
Remove installation instructions from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Nov 29, 2019
1 parent 5287523 commit e8a9498
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,3 @@ using Symfony, we no longer recommend configuring doctrine/cache through this
bundle. Instead, you should use symfony/cache for your cache needs. However, the
deprecation does not extend to doctrine/cache, you'll be able to use those
classes as you did so far.

## Installation

1. Add this bundle to your project as a composer dependency:

```bash
composer require doctrine/doctrine-cache-bundle
```

2. Add this bundle in your application kernel:

```php
// app/AppKernel.php
public function registerBundles()
{
// ...
$bundles[] = new \Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle();

return $bundles;
}
```

Read the [documentation](https://www.doctrine-project.org/projects/doctrine-cache-bundle/en/stable/usage.html) to learn how to configure and
use your own cache providers.

0 comments on commit e8a9498

Please sign in to comment.