cd ~/sites
valet park
# clone shopware
git clone -b 6.1 https://github.com/shopware/development.git shopware
# change directory
cd shopware
# install dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Webmanufaktur\MySite\Routing; | |
use eZ\Publish\API\Repository\Values\Content\Location; | |
use eZ\Publish\Core\MVC\ConfigResolverInterface; | |
use eZ\Publish\Core\MVC\Symfony\Routing\Generator\UrlAliasGenerator; | |
use eZ\Publish\Core\SignalSlot\Repository; | |
use Symfony\Cmf\Component\Routing\ChainedRouterInterface; | |
use Symfony\Component\HttpFoundation\Request; |