# Symfony

Symfony is a PHP framework for web development that helps developers build scalable, high-performance web applications.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## SymfonyCon Warsaw 2026: The Attack Reached PHP: Composer and Packagist, One Year On

DevFeed: [SymfonyCon Warsaw 2026: The Attack Reached PHP: Composer and Packagist, One Year On](<https://devfeed.tech/articles/symfonycon-warsaw-2026-the-attack-reached-php-composer-and-packagist-one-year-on-31523.md>)

Original publisher: [Read original article](<https://symfony.com/blog/symfonycon-warsaw-2026-the-attack-reached-php-composer-and-packagist-one-year-on>)

Author: Eloïse Charrier

Published: 2026-09-16T12:30:00Z

Content type: article

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [Composer](<https://devfeed.tech/topics/composer.md>), [PHP](<https://devfeed.tech/topics/php.md>), [supply-chain-security](<https://devfeed.tech/topics/supply-chain-security.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [composer](<https://devfeed.tech/tags/composer.md>), [conference](<https://devfeed.tech/tags/conference.md>), [github](<https://devfeed.tech/tags/github.md>), [php](<https://devfeed.tech/tags/php.md>), [supply-chain-security](<https://devfeed.tech/tags/supply-chain-security.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

SymfonyCon Warsaw 2026 will take place in Poland on November 26-27, with talks across three parallel tracks and related community events. The announcement highlights a talk about PHP supply-chain security changes made after attacks involving Composer and Packagist, including malware detection, transparency logging, dependency policies, immutable releases, release-age settings, maintainer MFA status, and ownership controls.

### Source excerpt

Get ready to connect with the global Symfony community! SymfonyCon Warsaw 2026 is landing in Poland, on November 26-27. We are bringing you two days of inspiring talks across 3 parallel tracks, alongside plenty of networking opportunities and vibrant...

## New SymfonyCasts Course: Symfony Security - The Basics

DevFeed: [New SymfonyCasts Course: Symfony Security - The Basics](<https://devfeed.tech/articles/new-symfonycasts-course-symfony-security-the-basics-30915.md>)

Original publisher: [Read original article](<https://symfony.com/blog/new-symfonycasts-course-symfony-security-the-basics>)

Author: Kevin Bond

Published: 2026-09-16T09:34:00Z

Content type: release

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [Security](<https://devfeed.tech/topics/security.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [firewalls](<https://devfeed.tech/topics/firewalls.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [controllers](<https://devfeed.tech/tags/controllers.md>), [firewalls](<https://devfeed.tech/tags/firewalls.md>), [forms](<https://devfeed.tech/tags/forms.md>), [passwords](<https://devfeed.tech/tags/passwords.md>), [security](<https://devfeed.tech/tags/security.md>), [security-events](<https://devfeed.tech/tags/security-events.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

SymfonyCasts announces a new course covering the fundamentals of Symfony Security. The course builds an authentication and authorization system with Symfony 8, and the material also works with Symfony 7.

### Source excerpt

Authentication, authorization, roles, voters, firewalls... there's a lot happening inside Symfony's Security system. But once you understand how the pieces fit together, it's a powerful and flexible system for answering two fundamental questions: who is this...

## New in Symfony 8.2: Console sub-commands

DevFeed: [New in Symfony 8.2: Console sub-commands](<https://devfeed.tech/articles/new-in-symfony-8-2-console-sub-commands-30914.md>)

Original publisher: [Read original article](<https://symfony.com/blog/new-in-symfony-8-2-console-sub-commands>)

Author: Javier Eguiluz

Published: 2026-09-16T07:33:00Z

Content type: release

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [commands](<https://devfeed.tech/tags/commands.md>), [compose](<https://devfeed.tech/tags/compose.md>), [console](<https://devfeed.tech/tags/console.md>), [docker-compose](<https://devfeed.tech/tags/docker-compose.md>), [git](<https://devfeed.tech/tags/git.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

Symfony 8.2 adds spaced console sub-commands, allowing command names to form a tree whose levels parse their own options. The update also supports tree-aware help, completion, argument handling, command-chain access, testing, and defining command trees in a single class.

### Source excerpt

Symfony console applications group their commands with colon-separated namespaces, such as cache:clear or messenger:consume. Tools like Docker and Git use a different style: spaces separate the levels (docker compose up) and each level parses its own options....

## Symfony 8.1.7 released

DevFeed: [Symfony 8.1.7 released](<https://devfeed.tech/articles/symfony-8-1-7-released-26607.md>)

Original publisher: [Read original article](<https://symfony.com/blog/symfony-8-1-7-released>)

Author: Fabien Potencier

Published: 2026-09-15T07:15:39Z

Content type: release

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Amazon Simple Queue Service (SQS)](<https://devfeed.tech/topics/amazon-simple-queue-service-sqs.md>)

Tags: [amazon-sqs](<https://devfeed.tech/tags/amazon-sqs.md>), [bug](<https://devfeed.tech/tags/bug.md>), [release](<https://devfeed.tech/tags/release.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

Symfony 8.1.7 has been released. The release includes security, translation, Messenger, HTTP, form, console, and other fixes and minor changes, including a fix for keepalive handling on the Amazon SQS transport.

### Source excerpt

Symfony 8.1.7 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip...

## Symfony 7.4.19 released

DevFeed: [Symfony 7.4.19 released](<https://devfeed.tech/articles/symfony-7-4-19-released-26606.md>)

Original publisher: [Read original article](<https://symfony.com/blog/symfony-7-4-19-released>)

Author: Fabien Potencier

Published: 2026-09-15T07:12:11Z

Content type: release

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Amazon Simple Queue Service (SQS)](<https://devfeed.tech/topics/amazon-simple-queue-service-sqs.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [release](<https://devfeed.tech/tags/release.md>), [symfony](<https://devfeed.tech/tags/symfony.md>), [versioning](<https://devfeed.tech/tags/versioning.md>)

### AI overview

Symfony 7.4.19 has been released with security-related updates and bug fixes across components including Messenger, Form, HttpFoundation, Console, Finder, Mailer, and others.

### Source excerpt

Symfony 7.4.19 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip...

## New in Symfony 8.2: KeyManagement Component

DevFeed: [New in Symfony 8.2: KeyManagement Component](<https://devfeed.tech/articles/new-in-symfony-8-2-keymanagement-component-26604.md>)

Original publisher: [Read original article](<https://symfony.com/blog/new-in-symfony-8-2-keymanagement-component>)

Author: Javier Eguiluz

Published: 2026-09-15T07:11:00Z

Content type: release

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Azure](<https://devfeed.tech/topics/azure.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [api](<https://devfeed.tech/tags/api.md>), [article](<https://devfeed.tech/tags/article.md>), [aws](<https://devfeed.tech/tags/aws.md>), [azure](<https://devfeed.tech/tags/azure.md>), [backend](<https://devfeed.tech/tags/backend.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [features](<https://devfeed.tech/tags/features.md>), [google](<https://devfeed.tech/tags/google.md>), [hashicorp-vault](<https://devfeed.tech/tags/hashicorp-vault.md>), [kms](<https://devfeed.tech/tags/kms.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [openssl](<https://devfeed.tech/tags/openssl.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

Symfony 8.2 introduces an experimental KeyManagement component that provides one API for AWS KMS, Azure Key Vault, Google Cloud KMS, and HashiCorp Vault. It supports direct and envelope encryption, local development backends, provider bridges, console commands, debug-toolbar integration, and Doctrine support.

### Source excerpt

This is the first article in a series showcasing the most important new features introduced by Symfony 8.2, which will be released at the end of November 2026. Contributed...

## Symfony 6.4.46 released

DevFeed: [Symfony 6.4.46 released](<https://devfeed.tech/articles/symfony-6-4-46-released-26605.md>)

Original publisher: [Read original article](<https://symfony.com/blog/symfony-6-4-46-released>)

Author: Fabien Potencier

Published: 2026-09-15T07:08:49Z

Content type: release

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [Security](<https://devfeed.tech/topics/security.md>), [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>), [Cache](<https://devfeed.tech/topics/cache.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [cache](<https://devfeed.tech/tags/cache.md>), [oidc](<https://devfeed.tech/tags/oidc.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [symfony](<https://devfeed.tech/tags/symfony.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [versioning](<https://devfeed.tech/tags/versioning.md>)

### AI overview

Symfony 6.4.46 is released with security, bug, translation, and component updates across the framework, including changes to Messenger, Form, HttpFoundation, OIDC handling, Cache, and other components.

### Source excerpt

Symfony 6.4.46 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip...

## Symfony AI Spotlight: Mate, an Agent's Way into Your Runtime

DevFeed: [Symfony AI Spotlight: Mate, an Agent's Way into Your Runtime](<https://devfeed.tech/articles/symfony-ai-spotlight-mate-an-agent-s-way-into-your-runtime-17398.md>)

Original publisher: [Read original article](<https://symfony.com/blog/symfony-ai-spotlight-mate-an-agent-s-way-into-your-runtime>)

Author: Wachter Johannes

Published: 2026-09-14T07:47:00Z

Content type: article

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [MCP](<https://devfeed.tech/topics/mcp.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [cli](<https://devfeed.tech/tags/cli.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

Mate gives coding agents direct access to runtime information from Symfony applications, including profiler records, logs, and the dependency-injection container. In Symfony AI 0.13, it is a CLI with a discovery layer rather than a separately running MCP server, and it reads artifacts already written to disk instead of reconstructing behavior from source code.

### Source excerpt

An agent working on a Symfony project can read every line of your source code and still not know what actually happened on the last request: which query was slow, or what the profiler already recorded five minutes ago, before anyone thought to ask. Source...

## Meet the Symfony Core Team at the API Platform Conference 2026!

DevFeed: [Meet the Symfony Core Team at the API Platform Conference 2026!](<https://devfeed.tech/articles/meet-the-symfony-core-team-at-the-api-platform-conference-2026-8578.md>)

Original publisher: [Read original article](<https://symfony.com/blog/meet-the-symfony-core-team-at-the-api-platform-conference-2026>)

Author: Cécile HAMEREL

Published: 2026-09-02T14:30:00Z

Content type: news

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>), [PHP](<https://devfeed.tech/topics/php.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Domain-driven design (DDD)](<https://devfeed.tech/topics/domain-driven-design.md>), [JSON Web Tokens](<https://devfeed.tech/topics/jwt.md>), [OAuth 2.0](<https://devfeed.tech/topics/oauth2.md>), [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api-platform](<https://devfeed.tech/tags/api-platform.md>), [conference](<https://devfeed.tech/tags/conference.md>), [event](<https://devfeed.tech/tags/event.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [migration](<https://devfeed.tech/tags/migration.md>), [oauth2](<https://devfeed.tech/tags/oauth2.md>), [oidc](<https://devfeed.tech/tags/oidc.md>), [php](<https://devfeed.tech/tags/php.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

The API Platform Conference 2026 will take place in Lille, France, on September 17-18. The event will feature nearly 30 talks, including sessions by Symfony Core Team members on migration, API security, DDD, HTTP headers, FrankenPHP, AI agents, and MCP.

### Source excerpt

The API Platform Conference, the international event dedicated to the API Platform framework and its ecosystem, will take place in two weeks in Lille, France, on September 17-18, 2026. Nearly 30 talks are scheduled, in both French and English, covering...

## Introducing symfony lsp:check: Symfony-Aware Diagnostics in Your CI

DevFeed: [Introducing symfony lsp:check: Symfony-Aware Diagnostics in Your CI](<https://devfeed.tech/articles/introducing-symfony-lsp-check-symfony-aware-diagnostics-in-your-ci-8577.md>)

Original publisher: [Read original article](<https://symfony.com/blog/introducing-symfony-lsp-check-symfony-aware-diagnostics-in-your-ci>)

Author: Fabien Potencier

Published: 2026-08-31T12:03:00Z

Content type: article

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Stimulus](<https://devfeed.tech/topics/stimulus.md>)

Tags: [ci](<https://devfeed.tech/tags/ci.md>), [cli](<https://devfeed.tech/tags/cli.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [github](<https://devfeed.tech/tags/github.md>), [php](<https://devfeed.tech/tags/php.md>), [symfony](<https://devfeed.tech/tags/symfony.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

The Symfony Language Tools introduce a headless Symfony-aware diagnostics command for CI. It detects framework-specific issues that type checkers and code review may miss, including unknown routes, missing templates and translation keys, invalid configuration, unknown services, and other integration errors.

### Source excerpt

A Symfony application is full of strings that mean something: route names, template paths, translation keys, service ids, bundle configuration keys. To PHP, they are strings like any others. Your CI pipeline verifies types with PHPStan or Psalm, style with...

## Symfony 8.1.6 released

DevFeed: [Symfony 8.1.6 released](<https://devfeed.tech/articles/symfony-8-1-6-released-8580.md>)

Original publisher: [Read original article](<https://symfony.com/blog/symfony-8-1-6-released>)

Author: Fabien Potencier

Published: 2026-08-30T21:44:04Z

Content type: release

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Security](<https://devfeed.tech/topics/security.md>), [Process](<https://devfeed.tech/topics/process.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [cURL](<https://devfeed.tech/topics/curl.md>), [PHP](<https://devfeed.tech/topics/php.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [php](<https://devfeed.tech/tags/php.md>), [process](<https://devfeed.tech/tags/process.md>), [release](<https://devfeed.tech/tags/release.md>), [routing](<https://devfeed.tech/tags/routing.md>), [security](<https://devfeed.tech/tags/security.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

Symfony 8.1.6 is released with fixes across HttpClient, HttpFoundation, Security, Process, Routing, and other components. The update addresses issues including decompression bombs, malformed security parameters, subprocess environment handling, URL matching, and cookie validation.

### Source excerpt

Symfony 8.1.6 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip...

## Symfony 7.4.18 released

DevFeed: [Symfony 7.4.18 released](<https://devfeed.tech/articles/symfony-7-4-18-released-8579.md>)

Original publisher: [Read original article](<https://symfony.com/blog/symfony-7-4-18-released>)

Author: Fabien Potencier

Published: 2026-08-30T21:39:49Z

Content type: release

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Security](<https://devfeed.tech/topics/security.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [process](<https://devfeed.tech/tags/process.md>), [release](<https://devfeed.tech/tags/release.md>), [routing](<https://devfeed.tech/tags/routing.md>), [security](<https://devfeed.tech/tags/security.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

Symfony 7.4.18 has been released with fixes across components including HttpClient, Security, Process, Routing, HttpFoundation, and Filesystem.

### Source excerpt

Symfony 7.4.18 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip...

## Laravel June product updates

DevFeed: [Laravel June product updates](<https://devfeed.tech/articles/laravel-june-product-updates-3775.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-june-product-updates>)

Author: Laravel Team

Published: 2026-07-02T01:15:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [stripe](<https://devfeed.tech/topics/stripe.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [php](<https://devfeed.tech/tags/php.md>), [slack](<https://devfeed.tech/tags/slack.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [support](<https://devfeed.tech/tags/support.md>), [symfony](<https://devfeed.tech/tags/symfony.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Laravel's June product updates add managed Symfony application hosting on Laravel Cloud, managed Valkey caches and object storage in Forge, efficient bulk job dispatching, Postgres transaction pooler support, and MCP client and server tooling for AI agents.

### Source excerpt

You can now run Symfony apps on Laravel Cloud, managed Valkey caches and object storage are available in Forge, Bus::bulk() for efficient batch dispatch, and MCP client and server tooling across Laravel's AI stack. Here's everything that shipped in June.

## Your Symfony app now runs on Laravel Cloud

DevFeed: [Your Symfony app now runs on Laravel Cloud](<https://devfeed.tech/articles/your-symfony-app-now-runs-on-laravel-cloud-4001.md>)

Original publisher: [Read original article](<https://laravel.com/blog/your-symfony-app-now-runs-on-laravel-cloud>)

Author: Laravel Team

Published: 2026-06-29T13:00:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [SSL](<https://devfeed.tech/topics/ssl.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Redis](<https://devfeed.tech/topics/redis.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [http](<https://devfeed.tech/tags/http.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [redis](<https://devfeed.tech/tags/redis.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

Laravel Cloud now supports deploying Symfony applications without rewrites or adopting Laravel conventions. It manages provisioning, web-server configuration, SSL, operating-system patches, scaling, zero-downtime deployments, preview environments, monitoring, and Redis-compatible credentials, with usage-based infrastructure controls and spending limits.

### Source excerpt

Run your Symfony app on Laravel Cloud. Deploy faster, cut infrastructure costs, and spend your time building features instead of managing hosting.

## Building Community and Innovation with Laravel Senegal: The Artisan of the Day Is Idrissa Ndiouck.

DevFeed: [Building Community and Innovation with Laravel Senegal: The Artisan of the Day Is Idrissa Ndiouck.](<https://devfeed.tech/articles/building-community-and-innovation-with-laravel-senegal-the-artisan-of-the-day-is-idrissa-ndiouck-3591.md>)

Original publisher: [Read original article](<https://laravel.com/blog/building-community-and-innovation-with-laravel-senegal-the-artisan-of-the-day-is-idrissa-ndiouck>)

Author: Ana Tavares

Published: 2025-11-07T15:06:02Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Livewire](<https://devfeed.tech/topics/livewire.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [Computer science](<https://devfeed.tech/topics/computer-science.md>), [Networks](<https://devfeed.tech/topics/networks.md>)

Tags: [africa](<https://devfeed.tech/tags/africa.md>), [alpine](<https://devfeed.tech/tags/alpine.md>), [building](<https://devfeed.tech/tags/building.md>), [coding](<https://devfeed.tech/tags/coding.md>), [community](<https://devfeed.tech/tags/community.md>), [developer](<https://devfeed.tech/tags/developer.md>), [development](<https://devfeed.tech/tags/development.md>), [innovation](<https://devfeed.tech/tags/innovation.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [networks](<https://devfeed.tech/tags/networks.md>), [open](<https://devfeed.tech/tags/open.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [php](<https://devfeed.tech/tags/php.md>), [programming](<https://devfeed.tech/tags/programming.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [software](<https://devfeed.tech/tags/software.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [technology](<https://devfeed.tech/tags/technology.md>)

### AI overview

This profile of Idrissa Ndiouck describes how Laravel supported his transition into software development and his work as a co-founder of Laravel Senegal. As a full-stack developer and software architect at Global Business Group, he uses PHP and the TALL stack to build HR, business, inventory, point-of-sale, and real-time weather applications. The article also highlights his non-traditional education and efforts to promote digital innovation and developer growth in West Africa.

### Source excerpt

Idrissa Ndiouck, co-founder of Laravel Senegal and developer at GBG, is using Laravel to empower a new generation of African developers and innovators.

## Laravel v7.12.0 released

DevFeed: [Laravel v7.12.0 released](<https://devfeed.tech/articles/laravel-v7-12-0-released-3858.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-v7-12-0-released>)

Author: Laravel Team

Published: 2020-05-20T05:35:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [bug](<https://devfeed.tech/topics/bug.md>), [polyfill](<https://devfeed.tech/topics/polyfill.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [cache](<https://devfeed.tech/tags/cache.md>), [database](<https://devfeed.tech/tags/database.md>), [dependency](<https://devfeed.tech/tags/dependency.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [polyfill](<https://devfeed.tech/tags/polyfill.md>), [release](<https://devfeed.tech/tags/release.md>), [routing](<https://devfeed.tech/tags/routing.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

Laravel v7.12.0, released on May 19, 2020, adds TrustHosts middleware and the ability to skip middleware from resource routes. It also fixes issues involving queued mail attachments, authentication, database schema constraints, component generation, URL defaults, cache expiration, and attribute casting, while adding an explicit Symfony polyfill dependency and other changes.

### Source excerpt

Laravel v7.12.0 is released in 2020/05/19, here are the changes we`ve merged into this release.

## Laravel v7.6.0 released

DevFeed: [Laravel v7.6.0 released](<https://devfeed.tech/articles/laravel-v7-6-0-released-3866.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-v7-6-0-released>)

Author: Laravel Team

Published: 2020-04-14T19:13:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Composer](<https://devfeed.tech/topics/composer.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [release](<https://devfeed.tech/tags/release.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

Laravel v7.6.0 introduces new methods, middleware and component features, Composer installed.json format support, migration changes, PostgreSQL bytea resource storage, and various fixes and behavior changes.

### Source excerpt

Laravel v7.6.0 is released in 2020/04/14, here are the changes we`ve merged into this release.

## The First Prettier Plugin For Twig is Here

DevFeed: [The First Prettier Plugin For Twig is Here](<https://devfeed.tech/articles/the-first-prettier-plugin-for-twig-is-here-27988.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/2020-03-10-thefirstprettierpluginfortwigishere/>)

Author: Tom Bartel

Published: 2020-03-10T00:00:00Z

Content type: article

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [Prettier](<https://devfeed.tech/topics/prettier.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>), [Front end](<https://devfeed.tech/topics/frontend.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [code-reviews](<https://devfeed.tech/tags/code-reviews.md>), [cognitive-load](<https://devfeed.tech/tags/cognitive-load.md>), [formatting](<https://devfeed.tech/tags/formatting.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [php](<https://devfeed.tech/tags/php.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

trivago open sourced a Prettier plugin for the Twig template language under the Apache 2.0 license. The article explains that the plugin formats Twig templates consistently and is being used in trivago's core product, reducing manual formatting and related code-review discussion.

### Source excerpt

trivago open sourced a Prettier plugin for the Twig template language. It is available under the Apache 2.0 license, and you can access it on trivago's Github space.The trivago core p...

## Laravel v6.10.0 released

DevFeed: [Laravel v6.10.0 released](<https://devfeed.tech/articles/laravel-v6-10-0-released-3837.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-v6-10-0-released>)

Author: Laravel Team

Published: 2020-01-07T18:54:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Eloquent ORM](<https://devfeed.tech/topics/eloquent.md>), [PHPUnit](<https://devfeed.tech/topics/phpunit.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Redis](<https://devfeed.tech/topics/redis.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [feature](<https://devfeed.tech/tags/feature.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [redis](<https://devfeed.tech/tags/redis.md>), [refactoring](<https://devfeed.tech/tags/refactoring.md>), [release](<https://devfeed.tech/tags/release.md>), [update](<https://devfeed.tech/tags/update.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

Laravel v6.10.0 is a January 7, 2020 release containing new helpers, PHPUnit 9 support, PostgreSQL generated-column support, Eloquent builder improvements, Redis connection changes, validation updates, fixes, optimizations, deprecations, and refactoring.

### Source excerpt

Laravel v6.10.0 is released in 2020/01/07, here are the changes we`ve merged into this release.

## Building APIs with the Jade JSON API library for Symfony

DevFeed: [Building APIs with the Jade JSON API library for Symfony](<https://devfeed.tech/articles/building-a-full-fledged-api-in-less-than-30-minutes-in-symfony-28067.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/building-an-api-in-less-than-30-minutes/>)

Author: Moein Akbarof Follow

Published: 2017-11-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>), [JSON:API](<https://devfeed.tech/topics/json-api.md>), [Framework](<https://devfeed.tech/topics/framework.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [backend](<https://devfeed.tech/tags/backend.md>), [json](<https://devfeed.tech/tags/json.md>), [rest](<https://devfeed.tech/tags/rest.md>), [security](<https://devfeed.tech/tags/security.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

This tutorial introduces Jade, a customizable library for building APIs that follow the JSON:API specification. It was initially built for Symfony and includes listeners, documentation, advanced filtering, and security features.

### Source excerpt

We all have been there, done that. You want to build an API that allows you to manipulate your entities so you start checking which specification to use. Maybe

## Guerilla advertisement for creative thinkers

DevFeed: [Guerilla advertisement for creative thinkers](<https://devfeed.tech/articles/guerilla-advertisement-for-creative-thinkers-27952.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/2017-09-25-billboard/>)

Author: Matthias Endler

Published: 2017-09-25T00:00:00Z

Content type: opinion

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [PHP](<https://devfeed.tech/topics/php.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>), [Software](<https://devfeed.tech/topics/software.md>), [Syntax Highlighting](<https://devfeed.tech/topics/syntax-highlighting.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [creative](<https://devfeed.tech/tags/creative.md>), [developers](<https://devfeed.tech/tags/developers.md>), [engineering-culture](<https://devfeed.tech/tags/engineering-culture.md>), [marketing](<https://devfeed.tech/tags/marketing.md>), [php](<https://devfeed.tech/tags/php.md>), [software](<https://devfeed.tech/tags/software.md>), [symfony](<https://devfeed.tech/tags/symfony.md>), [syntax-highlighting](<https://devfeed.tech/tags/syntax-highlighting.md>)

### AI overview

The article describes trivago's code-only billboard campaign for recruiting creative software engineers. The PHP and Symfony code was designed as a puzzle that led interested people to a recruitment website; around 500 people signed up within the first few days.

### Source excerpt

Sometimes advertisements just have to be bold. Especially when your goal is to hire creative thinkers, why not give them something to... think about!? That was our goal when we planned a new marketing campaign for Software Engineers.

## trivago Tech Camp 2017

DevFeed: [trivago Tech Camp 2017](<https://devfeed.tech/articles/trivago-tech-camp-2017-28083.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/tech-camp-2017/>)

Author: Tom Bartel

Published: 2017-09-14T00:00:00Z

Content type: article

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [PHP](<https://devfeed.tech/topics/php.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [API](<https://devfeed.tech/topics/api.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Python](<https://devfeed.tech/topics/python.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [2017](<https://devfeed.tech/tags/2017.md>), [api](<https://devfeed.tech/tags/api.md>), [automation](<https://devfeed.tech/tags/automation.md>), [cycle-time](<https://devfeed.tech/tags/cycle-time.md>), [development](<https://devfeed.tech/tags/development.md>), [education](<https://devfeed.tech/tags/education.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [engineering-culture](<https://devfeed.tech/tags/engineering-culture.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [php](<https://devfeed.tech/tags/php.md>), [python](<https://devfeed.tech/tags/python.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

trivago Tech Camp 2017 brought ten students from eight countries to the company's Düsseldorf headquarters for two weeks of real-world software engineering work. The projects improved internal workflows, automated manual tasks, and included an open-source software project.

### Source excerpt

At the end of August 2017, ten students set foot in the trivago headquarters in Düsseldorf to be part of the first ever trivago Tech Camp. Two weeks were packed with real-world challenges, guest lectures, Q&A sessions, and tons of other opportunities to learn. In the end, a lot of working software was delivered.

## Learn Redis the hard way (in production)

DevFeed: [Learn Redis the hard way (in production)](<https://devfeed.tech/articles/learn-redis-the-hard-way-in-production-28074.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/learn-redis-the-hard-way/>)

Author: Andy Grunwald Follow

Published: 2017-01-25T00:00:00Z

Content type: article

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [Redis](<https://devfeed.tech/topics/redis.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>), [Back end](<https://devfeed.tech/topics/backend.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [backend](<https://devfeed.tech/tags/backend.md>), [caching](<https://devfeed.tech/tags/caching.md>), [devops](<https://devfeed.tech/tags/devops.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [php](<https://devfeed.tech/tags/php.md>), [production](<https://devfeed.tech/tags/production.md>), [redis](<https://devfeed.tech/tags/redis.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

A trivago engineering article recounts how the company adopted Redis in its PHP stack, including its use for caching, temporary storage, and persistent hotel metadata. It describes replacing Predis with phpredis for performance and later investigating Redis connection errors after HTTP traffic increased.

### Source excerpt

For our products, like the trivago [hotel search](https://www.trivago.com/), we are using [Redis](https://redis.io/) a lot. The use cases vary: Caching, temporary storage of data before moving those into another storage or a typical database for hotel meta data including persistence. The main parts of the hotel search are built with PHP and the Symfony Framework for the frontend (web) and Java for the backend part. In this article, we will focus on the collaboration between our PHP application and Redis. Both are running fine, but it was a long and hard way up to the current situation. This is the story of how we learned to use Redis, including our failures and experience.

## Keeping in sync: Sharing sessions between Symfony applications

DevFeed: [Keeping in sync: Sharing sessions between Symfony applications](<https://devfeed.tech/articles/keeping-in-sync-sharing-sessions-between-symfony-applications-27931.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/2015-08-26-writing-to-legacy-session/>)

Author: Moein Akbarof Follow

Published: 2015-08-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [PHP Data Objects (PDO)](<https://devfeed.tech/topics/pdo.md>), [legacy](<https://devfeed.tech/topics/legacy.md>), [PHP](<https://devfeed.tech/topics/php.md>), [implementation](<https://devfeed.tech/topics/implementation.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [env-file-security](<https://devfeed.tech/tags/env-file-security.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [legacy-application](<https://devfeed.tech/tags/legacy-application.md>), [php](<https://devfeed.tech/tags/php.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

This article explains how to share session data between a legacy Symfony application using file-based PHP sessions and a newer Symfony application using PDO session storage. It describes the differences in session structure and the investigation into manually writing compatible data to the legacy session file.

### Source excerpt

Learn how we managed to move fast and create a new Symfony application without breaking our old legacy session handling. We write to our legacy session (which is file based) from our new project which uses PDO as the session storage.

[Next page](<https://devfeed.tech/topics/symfony.md?cursor=WyIyMDE1LTA4LTI2VDAwOjAwOjAwKzAwOjAwIiwgIjk2NWMyMDA3LTg1MDctNGRhMS04OTYxLTJmODFiODIxNDNmZSJd>)