Explore >> Select a destination


You are here

symfony.com
| | matthiasnoback.nl
5.3 parsecs away

Travel
| | In the previous part of this series we decreased coupling of a Symfony controller to the Symfony2 framework by removing its dependency on the standard Controller class from the FrameworkBundle. Now we take a look at annotations. They were initially introduced for rapid development (no need to create/modify some configuration file, just solve the issues inline!): namespace Matthias\ClientBundle\Controller; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; /** * @Route("/client") */ class ClientController { /** * @Route('/{id}') * @Method("GET") * @ParamConvert...
| | www.tobymackenzie.com
5.4 parsecs away

Travel
| | [AI summary] A developer shares a step-by-step guide on upgrading a Symfony 3 project to version 4 without using the Flex plugin, covering dependency management, configuration changes, and file cleanup.
| | blog.syntaxseed.com
4.1 parsecs away

Travel
| | [AI summary] The blog tutorial explains how to create custom 404 and 500 error pages in the Symfony 5 framework using Twig templates and parse specific instructions.
| | github.com
15.1 parsecs away

Travel
| Experimental patch for homebrew linux ppc64le support - GitHub - runlevel5/linuxbrew-ppc64le: Experimental patch for homebrew linux ppc64le support