Skip to content

userator/voyager-bundle

Repository files navigation

Voyager Bundle

Symfony Bundle для интеграции GraphQL Voyager в Symfony-приложения.

Установка

Composer

$ composer require userator/voyager-bundle

Включение Bundle

// config/bundles.php
return [
    // ...
    Userator\VoyagerBundle\VoyagerBundle::class => ['all' => true],
];

Конфигурация

Доступные параметры

Параметр Тип По умолчанию Описание
endpoint string '/graphql' GraphQL endpoint

Примеры конфигурации

YAML

# config/packages/userator_voyager.yaml
userator_voyager:
    endpoint: '/graphql'

Маршрут

По умолчанию Voyager доступен по адресу:

/voyager

Требования

  • PHP 8.2+
  • Symfony 6.4+
  • Twig 3.4+

About

graphql voyager bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors