-
Due to the [latest license incidents](https://www.reddit.com/r/PHP/comments/gpoqof/the_phpml_repository_is_taken_down_due_to_dmca) in PHP-land, @alcaeus asked me to reach out to you and ask if it's ok…
-
Hi,
The current composer requirements make it annoying to install:
$ composer create-project payum/payum-bundle-sandbox payum-sandbox
Installing payum/payum-bundle-sandbox (0.10.0)
…
-
I have a Command (non-controller class) i'm traying to inject a doctrine mongo odm service
i've tried booth methods (independently) and when i execute the command i get the error `Call to a member fu…
rkmax updated
9 years ago
-
### Environment
php 8.3, doctrine 3.2, Symfony 7.1
#### Package
show
```
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keywords : Blameable, behaviors, …
-
doctrine configuration in `config/autoload/global.php`
```
'doctrine' => array(
'connection' => array(
'odm_default' => array(
'server' => 'mongo',
…
-
There is a line in documentation:
```
Document registration
You need to register the differents documents namespace to make possible use it with Doctrine ODM, eg:
$app->register(new MongoDBODMServic…
-
First of all, I apologise for the potentially confusing title, but it's hard to summarise the problem.
I'm working on a builder, which I've managed to condense down to this:
```php
class Operator…
-
doctrine configuration in `config/autoload/global.php`
```
'doctrine' => array(
'connection' => array(
'odm_default' => array(
'server' => 'mongo',
…
-
### Environment
- [FrankenPHP](https://frankenphp.dev/)
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
name : gedmo/doctrine-extensions
descrip. : Doctrine b…
-
### BC Break Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 2.1
#### Summary
When we have a field with the type date if the field is updated …