Skip to content

Fixing getting started links #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ title: Getting started
sidebar_label: Getting Started
---

GraphQLite is a framework agnostic library. You can use it in any PHP project as long you know how to
GraphQLite is a framework agnostic library. You can use it in any PHP project as long as you know how to
inject services in your favorite framework's container.

Currently, we provide an additional bundle to help you get started with Symfony. More frameworks will be supported soon.
Currently, we provide bundle/packages to help you get started with Symfony, Laravel and any framework compatible
with container-interop/service-provider.

- [Get started with Symfony](symfony-bundle.md)
- [Get started with Laravel](laravel-package.md)
- [Get started with a framework compatible with container-interop/service-provider](universal_service_providers.md)
- [Get started with another framework (or no framework)](other_frameworks.md)