Sample Symfony bundle for PrestaShop 1.7.
DON'T USE ON PRODUCTION SERVER
"repositories" : [
{
"type" : "vcs",
"url" : "https://github.com/frederic-benoist/training-bundle.git"
}
],
Lancer composer .
composer require frederic-benoist/training-bundle dev-master
...
new TrainingBundle\TrainingBundle(),
...
training:
resource: "@TrainingBundle/Resources/config/routing.yml"
php bin/console cache:clear --env=prod
php bin/console cache:clear --env=dev
http://....myshop.../admin.../index.php/hello
Licensed under the Open Software License (OSL) v3.0.
Prestashop is an ecommerce application licensed under the OSL v3.0 license. ©PrestaShop, Inc.