Results for tag #symfony

quick-7-tips-for-symfony-starters
Locastic, Jan 28, 2021 - 4 min read

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
Locastic, Dec 15, 2020 - 4 min read

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
Locastic, Backend, Apr 22, 2020 - 4 min read

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
Locastic, Backend, Apr 9, 2020 - 5 min read

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
Locastic, Backend, Mar 17, 2020 - 2 min read

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-with-symfony
Backend, Oct 9, 2019 - 5 min read

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
Backend, Sep 25, 2018 - 3 min read

Having troubles with implementing translations in ApiPlatform?

You can’t decide on the best way to implement translation for entities on your ApiPlatform app?