-
```
shahzad@shahzad:/var/www/html/symfony4-docker-2019$ docker-compose exec php bash
root@ad11b6762213:/var/www/symfony# composer create-project symfony/website-skeleton symfony
Do not run Comp…
-
Use Npm (Yarn) and Webpack for css/js assets instead of composer.
-
Hey, Is there any plans to add support for Symfony3?
-
Hi everybody,
at first I want to thank everybody behind this project! Awesome work.
I have a question:
A user clicks on a form, enters his data and sends the form after the session has expired. May…
-
Trying to install shadowd_ui with
```
composer install
```
fails on any modern system.
![php7](https://user-images.githubusercontent.com/2205997/234393350-9e94d033-7b7b-4636-83cd-9285e8b977…
-
## Description
A significant increase in CPU usage, latency, and fluctuating php-fpm processes occurred after upgrading the New Relic PHP agent from version **10.0.0.312** to version **10.13.0.2**.…
-
Que pensez vous si on séparez les framework dans des dépôts dédiés ? Cela permettrait à chacun de pouvoir maintenir sa version plus simplement.
-
When doing
```bash
composer require "payum/payum-bundle" "payum/offline" "php-http/guzzle6-adapter"
```
...as explained at https://github.com/Payum/Payum/blob/master/docs/symfony/get-it-started.md…
-
The bundle throws a deprecation warning on Symfony 3.4:
```
Auto-registration of the command "Dizda\CloudBackupBundle\Command\BackupCommand" is deprecated since Symfony 3.4 and won't be supported …
-
With a very basic symfony app (based on the Symfony4.2 demo, all started plugins), I'm having difficult configuring the bundle.
I can install it, but can't install an adapter. The problem is httpl…