Results for tag #php
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 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
Sit back and relax while your web or mobile applications are being deployed.
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 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.
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
Variable variables are obscure parts of your code starting with a double dollar sign (eg. $$example)
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.