a-quick-way-to-browse-symfony-logs-with-phpstorm
Locastic, Backend, Apr 1, 2021 - 1 min read

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

populating-elasticsearch-with-serialization-groups
Backend, Oct 30, 2020 - 4 min read

Populating ElasticSearch using serialization groups in ApiPlatform

It can be annoying to write separate ElasticSearch mapping for each entity – so Paula decided to use serialization groups and let the normalizer do the job.

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.

easy-csv-export-in-api-platform
Backend, Mar 4, 2020 - 2 min read

Easy CSV export in Api Platform

Built-in ApiPlatform functionalities can help you implement different export formats within minutes – this is how you do it.

custom-channel-context-with-sylius
Backend, Dec 20, 2019 - 2 min read

Using custom Channel Context with Sylius Shop API based on URL

Sylius channel request query-based context, only for ‘shop-api’ routes with fallback to default channel context.

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.