You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Symfony 2 and 3 manual installation](https://github.com/pug-php/pug-symfony/wiki/Symfony-2-and-3-manual-installation)
25
25
26
26
If you installed Symfony in a custom way, you might be warned about
@@ -84,7 +84,7 @@ public function contactAction()
84
84
85
85
In production, you better have to pre-render all your templates to improve performances. To do that, you have
86
86
`Pug\PugSymfonyBundle\PugSymfonyBundle` in your registered bundles. It should be already done if you
87
-
followed the automated install with success. Else check installation instructions ([add bundle in Symfony 4](https://github.com/pug-php/pug-symfony/wiki/Symfony-4-manual-installation#configbundlesphp),
87
+
followed the automated install with success. Else check installation instructions ([add bundle in Symfony 4+](https://github.com/pug-php/pug-symfony/wiki/Symfony-4-manual-installation#configbundlesphp),
88
88
[add bundle in Symfony 2 and 3](https://github.com/pug-php/pug-symfony/wiki/Symfony-2-and-3-manual-installation#appappkenelphp))
89
89
90
90
This will make the `assets:publish` command available, now each time you deploy your app, enter the command below:
0 commit comments