-
This article contains a plan for creating recipes for sonata-project bundles. Each bundle must be prepared according to [my proposal](https://github.com/sonata-project/SonataMediaBundle/issues/1419):
…
-
## 概要(Overview)
Composer 2.0 を使用できるようにする
## 期待する内容(Expect) or 要望 (Requirement)
Composer 2.0 を使用して、以下を実施する
- インストール
- プラグインの管理
## 再現手順(Procedure)
composer 2.0 にアップデート
```
php -r "copy('…
-
**Symfony version(s) affected**: 3.4.??, 4.4.9 (appears somewhen in symfony 3.4)
**Description**
In symfony 3.4, the value of `framework.translator.default_path` could be set to `null` to only …
-
```
$ bin/console --env=dev d:m:info
Found 29 mapped entities:
[OK] MsgPhp\User\Entity\User
[OK] MsgPhp\User\Entity\Credential\NicknameSaltedPassword
[OK] MsgPhp\User\Entity\UserSec…
-
I've searched for a long time for the source of this problem as the error message appears in DependencyInjection\ContainerBuilder anywhere in the code.
Well I found out that the DoctrineExtension o…
ghost updated
3 years ago
-
When I try to clear the cache with `php bin/console cache:clear --env=prod` I get the error `[console] Error thrown while running command "cache:clear --env=prod". Message: "Call to undefined method …
-
Hello,
Any plan to support php 8.0 now officially released any time soon?
Thanks!
-
I'm trying out Archipelago locally, and I'm running into some problems with a new install.
To begin with, Composer is not installed in the `esmero-web` container -- should this not be a default pac…
-
# Versions
- Vagrant: Just installed
- Provider: Virtualbox
- Homestead: You should be on the most recent `release` branch.
## Host operating system
Tested on both Window and Mac.
## …
-
## Feature Request
I very often use admin to generate CRUD for adminstrator. Write some configuration and all just work excelent. It is awsome!!! I have also project where CRUD is require in employ…