Results for tag #symfony

Quick 7 tips for Symfony starters
Are you lost in the Symfony framework labyrinth? Start with these seven quick tips.

Customizing the new Sylius & ApiPlatform integration
Learn how to make the most of the new ApiPlatform integration if you’re starting new, or upgrading existing projects on Sylius.

Useful Coding design patterns
Stephane presents two reusable and extendable patterns that can help your development process in the long term.

Symfony environment setup without Vagrant or Docker (OSx)
Both Docker and Vagrant can be very consuming when it comes to disk space when you code on macOs.

Symfony Routing component – Customize URL Generation
Ever wondered how to customize the route generation in Symfony? So have I, and here is how I did it.

Go custom if built-in validation constraints let you down.
A custom constraint that will validate and sanitize the data entered into your web registration form.

Having troubles with implementing translations in ApiPlatform?
You can’t decide on the best way to implement translation for entities on your ApiPlatform app?