You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **LDOG Stack**: Laravel, Doctrine ORM, and GraphQL uses this library: https://ldog.apiskeletons.dev
64
63
65
-
For an working implementation see https://graphql.lcdb.org and the corresonding application at https://github.com/lcdborg/graphql.lcdb.org.
64
+
For an working implementation see https://graphql.lcdb.org
66
65
67
66
68
67
Features
@@ -78,7 +77,7 @@ Features
78
77
Quick Start
79
78
-----------
80
79
81
-
Add attributes to your Doctrine entities or see [globalEnable](https://doctrine-orm-graphql.apiskeletons.dev/en/latest/config.html#globalenable) for all entities in your schema without attribute configuration.
80
+
Add attributes to your Doctrine entities or see [globalEnable](https://doctrine-orm-graphql.apiskeletons.dev/en/latest/driver.html#globalenable) for all entities in your schema without attribute configuration.
82
81
83
82
```php
84
83
use ApiSkeletons\Doctrine\ORM\GraphQL\Attribute as GraphQL;
@@ -281,6 +280,7 @@ History
281
280
282
281
The roots of this project go back to May 2018 with https://github.com/API-Skeletons/zf-doctrine-graphql; written for Zend Framework 2. It was migrated to the framework agnostic https://packagist.org/packages/api-skeletons/doctrine-graphql but the name of that repository was incorrect because it did not specify ORM only. So this repository was created and the others were abandoned.
283
282
283
+
This was written for the [Live Concert Database](https://lcdb.org)
0 commit comments