Results for tag #php

loggastic
Locastic, Backend, Sep 21, 2023 - 3 min read

Introducing Loggastic: The Open Source Library for Activity Logs tracking

Today, we’re excited to introduce Loggastic, an open-source library made by Locastic and designed to simplify the implementation of activity logs and store them in Elasticsearch.

handling-doctrine-entities-with-messenger
Backend, Apr 12, 2023 - 3 min read

Handling doctrine entities with messenger

Asynchronous Messaging enhances large application performance by decoupling communication. Symfony Messenger enables message-driven apps, but be cautious with Doctrine entities, and rather consider notifying users.

from-student-to-employee
Locastic, Backend, Apr 3, 2023 - 5 min read

From student to employee: Turn your internship into a job

In this blogpost, we will show you what a student internship at Locastic looks like from the perspective of two students who did so well during the internship that they got a job offer and are now officially part of the team.

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.