api-skeletons / ldog
The skeleton application for the Laravel framework.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Language:HTML
Type:project
Requires
- php: ^8.2
- api-skeletons/doctrine-orm-graphql: ^12.2
- api-skeletons/laravel-doctrine-apikey: ^2.0
- api-skeletons/laravel-doctrine-data-fixtures: ^1.0
- laravel-doctrine/orm: ^3.0
- laravel/framework: ^11.9
- laravel/tinker: ^2.9
- mll-lab/laravel-graphiql: ^3.2
Requires (Dev)
- doctrine/coding-standard: ^12.0
- fakerphp/faker: ^1.23
- laravel/pail: ^1.1
- laravel/pint: ^1.13
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.1
- php-parallel-lint/php-parallel-lint: ^1.4
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ^11.0.1
This package is auto-updated.
Last update: 2024-10-23 23:01:37 UTC
README
LDOG Stack
Laravel, Doctrine ORM, and GraphQL
This project is a starting point for using Laravel, Doctrine ORM, and GraphQL together.
Home Page
Documentation
- Laravel - https://laravel.com/docs/11.x
- Laravel Doctrine ORM - https://github.com/laravel-doctine/orm
- Doctrine ORM - https://www.doctrine-project.org/projects/doctrine-orm/en/2.10/index.html
- GraphQL Type Driver for Doctrine ORM - https://doctrine-orm-graphql.apiskeletons.dev/en/latest/
- GraphQL-php - https://webonyx.github.io/graphql-php/
- API Key - https://github.com/API-Skeletons/laravel-doctrine-apikey
- Passport - https://laravel.com/docs/10.x/passport
- magidoc - https://magidoc.js.org/introduction/welcome
- graphiql - https://github.com/graphql/graphiql/blob/main/packages/graphiql/README.md
- migrations - https://laraveldoctrine.org/docs/1.8/migrations
- data fixtures - https://github.com/API-Skeletons/laravel-doctrine-data-fixtures/blob/main/README.md