-
gesdinet_jwt_refresh_token.yaml
Code is -
gesdinet_jwt_refresh_token:
refresh_token_class: App\Entity\JwtRefreshToken
Entity file code is -
JwtRefreshToken.php
namespace App\Ent…
-
I don't have mongodb installed, nor do I need it. Everything is stored within the mysql database.
I have configured PHPCR as I'm trying out the symfony-cmf.
Consider the following output:
windows 7:…
-
This was previously reported in #202 and #221.
An example from Doctrine MongoDB ODM:
```
/**
* Factory for returning new PersistenceBuilder instances used for preparing data into
…
-
sorry, one more thing i notice is that we have a name clash. there is https://github.com/symfony/DoctrineBridge which has the purpose of bridging doctrine into symfony. its a really different type of …
-
I know this isn't really the place to ask questions, but I'm looking for a good datagridbundle for symfony and find the two below lacking row selection:
https://github.com/APY/APYDataGridBundle
ht…
-
Look at #96
> Hi, i saw there is an issue on TimelineBundle ODM with new versions of doctrine mongo ODM Bundle since they change behavior of hash field type.
>
> First behavior was like ORM. You se…
-
I have this problem : Module (ZfcUserDoctrineODM) could not be initialized
and how i must be configure zendfc for use this .
thanks for all
fred
-
To better separate concerns and keep track of dependencies, we should extract the `LoadDataFixturesDoctrineODMCommand` to a separate bundle and release it as a separate package (comparable to Doctrine…
-
How can I use this bundle with MongoDB ?
-
I'm doing
```
$product = Product::where('sku', '0713XX3FF1')->where('store_id', 1)->first();
$category = Category::where('entity_id', 158)->first();
$product->categories()->attach( $category );…