Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
[Translation][Debug] Add installation and minimal example to README
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj authored and fabpot committed Feb 3, 2020
1 parent 70dd18e commit a99278d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,22 @@ Debug Component

The Debug component provides tools to ease debugging PHP code.

Getting Started
---------------

```
$ composer install symfony/debug
```

```php
use Symfony\Component\Debug\Debug;

Debug::enable();
```

Resources
---------

* [Documentation](https://symfony.com/doc/current/components/debug.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
Expand Down

0 comments on commit a99278d

Please sign in to comment.