Successfully connected Sylius Search
to your project
https://github.com/Sylius/SyliusSearchBundle/blob/master/Controller/SearchController.php#L66 based on this line you can’t set your view from configs
when trying to inherit from this controller error
Catchable Fatal Error: Argument 1 passed to Sylius\Bundle\ResourceBundle\Controller\ResourceController::__construct() must be an instance of Sylius\Bundle\ResourceBundle\Controller\Configuration, none given
I don’t see a constructor in the controller. How to connect the specified bandl with my submission? How to work with bandles in principle? It seemed to me that the only true way of specifying the template
in configs or inheriting
app/Resources/SyliusSearchBundle/views/Search/index.html.twig
or in a similar way. - etkiapp
folder invendors
? - etki