-
## 概要(Overview)
現在のデフォルトの設定では、site, admin, frontでログが出力されるが、```prod```環境であったとしてもそれぞれほぼ同じ様な内容が出力される。また、symfonyやcomposerのライブラリに関する``` Deprecated```や、 ```security.INFO``` ```ront.INFO``` など本番環境では必要無さそうなa…
-
step to reproduce:
1. install symfony 4 skeleton
```
composer create-project symfony/skeleton my_project
```
2. install kahlan-bundle with kahlan 4
```
composer require --dev kahlan/kahl…
-
PHPmd seems pretty much abandoned (last version ~ 2yrs ago)..
Given the backlog on https://github.com/phpmd/phpmd, we may want to investigate alternatives
This is especially worrying now that we're …
-
Hello,
We are using mailjet/mailjet-apiv3-php in a symfony4 project
We sometime get this error
![image](https://user-images.githubusercontent.com/12295662/150832093-3d8ab034-923d-4aa7-b43e-81…
-
Hello,
it would be great to have this kind of information in priority in the doc because often, we are obliged to go and look in stackoverflow for this kind of information essential to the good funct…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 9.5.9
| PHP version | 7.3.28
| Installation Method | Composer
#### Summary
assertString…
-
Is there an official guide on enabling nuxt for already existing projects?
This question is available on Nuxt.js community (#c2256)
-
I'm new to API Platform. I've followed the instructions got a simple test application, which works on Docker. I've deployed it to platform.sh. I'm new to platform.sh too.
Right now I'm getting a…
-
少し長め(大きめのSjis)CSVを読込んだ際にエラーが発生致します。
フィルター設定の際に、SJIS_CHECK_DEFERRED_BUFFER_SIZE_DEFAULTの値を変更する方法などはありますか?
Symfony4.4 (PHP 7.4.8) Win10
-----Filter設定
$spec = StreamFilterSpec::resource($path_to_…
-
### Symfony version(s) affected
4.1
### Description
https://github.com/symfony/webpack-encore-pack is gone, my Symfony 4.1 app no longer installs.
I understand this version is not maintain…