File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,13 @@ title: Getting started
4
4
sidebar_label : Getting Started
5
5
---
6
6
7
- GraphQLite is a framework agnostic library. You can use it in any PHP project as long you know how to
7
+ GraphQLite is a framework agnostic library. You can use it in any PHP project as long as you know how to
8
8
inject services in your favorite framework's container.
9
9
10
- Currently, we provide an additional bundle to help you get started with Symfony. More frameworks will be supported soon.
10
+ Currently, we provide bundle/packages to help you get started with Symfony, Laravel and any framework compatible
11
+ with container-interop/service-provider.
11
12
12
13
- [ Get started with Symfony] ( symfony-bundle.md )
14
+ - [ Get started with Laravel] ( laravel-package.md )
15
+ - [ Get started with a framework compatible with container-interop/service-provider] ( universal_service_providers.md )
13
16
- [ Get started with another framework (or no framework)] ( other_frameworks.md )
You can’t perform that action at this time.
0 commit comments