Results for tag #php

migrating-messenger-queue-from-doctrine-to-a-different-transport
Backend, Feb 9, 2023 - 2 min read

Migrating messenger queue from Doctrine to a different transport

Have you ever wanted to migrate the Messenger queue from Doctrine but got annoyed by messages still stuck in the queue on D-Day?

clean-api-configuration-in-sylius
Locastic, Backend, Feb 26, 2021 - 4 min read

Clean and easy API configuration with Sylius

Here’s how you can extend the Sylius API configuration without duplicating vendor XML config

deploying-symfony-apps-with-cron-and-supervisor
Locastic, Backend, Feb 24, 2021 - 5 min read

Deploying Symfony apps with cron and Supervisor

Sit back and relax while your web or mobile applications are being deployed.

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-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.

building-multi-file-static-logger-php
Locastic, Backend, Apr 19, 2019 - 5 min read

Building a multi-file static logger with PHP

Here’s how you can develop a logger functionality by simply using static inheritance.

how-to-variable-variables
Backend, Dec 3, 2018 - 5 min read

How to: Variable variables

Variable variables are obscure parts of your code starting with a double dollar sign (eg. $$example)

how-to-minimize-a-painstakingly-large-amount-of-conditions-by-using-good-old-fashioned-boolean-algebra
Backend, Nov 7, 2018 - 5 min read

How to minimize conditions with Boolean algebra

As developers, all of us will sometimes come along with a problem that will make you think out of the box.