Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Symfony Install - Add bundle enable step#15

When running composer install, you specify no-scripts, which I assume is why the bundle isn’t enabled and then you don’t tell people to install the bundle.

The step should tell people to either run whatever post-install scripts you’ve provided, or at a minimum, open their /config/bundles.php file and add

\OnePilot\ClientBundle\OnePilotClientBundle::class=>['all'=>true],
4 years ago

Thanks for the report. The new Symfony client version 1.0.1 released today no more require no-scripts param.

We have updated documentations, so you can now run

composer require 1pilotapp/symfony-client

and after follow configuration steps without having errors.

4 years ago
Changed the status to
Completed
4 years ago