sixnapps / porto-template-bundle
This bundle provides template porto for symfony
1.1.25
2019-06-03 09:12 UTC
Requires
- php: >=7.1
- knplabs/knp-menu-bundle: ^2.0
- symfony/framework-bundle: ~2.0|~3.0|^4.0
- symfony/templating: ^3.4|^4.0
Requires (Dev)
- symfony/templating: ^4.1
- symfony/twig-bundle: ^4.1
- symfony/web-server-bundle: ^4.2
README
Intégration de Porto 7.2.0 template dans symfony 4.
Branch master
of this bundle requires at least PHP 7.1 and Symfony 4.2 components
Installation
en console
- composer require sixnapps/porto-template-bundle
- bin/console assets:install --symlink
ajouter au fichier config/services.yaml du projet parent:
...
services:
...
sixnapps.porto.templating.services:
class: 'Sixnapps\PortoTemplateBundle\Templating\Templating'
public: true
arguments:
$templating: '@templating'
sixnapps.porto.twig.services:
class: 'Sixnapps\PortoTemplateBundle\Twig\TwigExtension'
public: true
arguments:
$templating: '@sixnapps.porto.templating.services'
...
ajoute la route suivante au projet parent :
sixnapps_porto:
resource: "@SixnappsPortoTemplateBundle/Resources/config/routing.yaml"
- lancer bin/console server:start
- le template est accessible depuis : http://127.0.0.1:800x/porto-template