Integrates Tappet into a Symfony application.
Install this package with Composer:
$ composer install tappet/bundleThen, add the bundle to your application's kernel:
config/bundles.php:
<?php
return [
// ...
Tappet\Bundle\TappetBundle::class => ['cypress' => true],
];