How to conditionally extend a template or import a Macro in Twig
Learn how to manipulate conditionally inheritance with templates and Macros in Twig.
Symfony is a set of reusable php components and a PHP framework for web projects.
Learn how to manipulate conditionally inheritance with templates and Macros in Twig.
Learn how to include jQuery properly in your Symfony project to prevent the known '$ is not a function' exception
Learn how to login/authenticate an user manually from your controller in Symfony 3.
Learn how to create an unique ID or hash from a number to use in your routes.
Learn how to detect if your user is accesing your app with a mobile,tablet device and perform some action.
Learn how to solve the non-existent parameter "kernel.secret" error in your symfony project.
Learn how to conver text to morse code and viceversa with PHP in your Symfony 3 project.
Learn how to extract the color palette or the dominant color from an image with PHP in Symfony 3.
Learn how to extract the text from a PDF in your Symfony 3 project.
Learn how to create your own translator in your Symfony project.