Results for tag #symfony
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
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: 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
Have you ever wanted to migrate the Messenger queue from Doctrine but got annoyed by messages still stuck in the queue on D-Day?
Transforming the Sylius Admin experience with Sylify
Introducing the new and improved admin bundle that is restyled with Bootstrap instead of SemanticUI and designed to deliver a superior user experience and enhanced accessibility to Sylius admin panel.
Dynamically change access_control rules in Symfony
Looking for a way to manage page access in Symfony apps without using Voters?
Improve your Symfony proficiency with these tips and tricks!
Stephane shows how to save some time with these few simple tips and tricks!
A quick way to browse Symfony Logs with PHPStorm
Do you get tired from browsing logs and finding keywords to debug a certain flow? Here’s how you can save time.
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.