Skip to content

Commit 02a7b65

Browse files
authored
Merge pull request #28 from moufmouf/static_factory
Fixing getting started links
2 parents 9f81292 + 4be0eb7 commit 02a7b65

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/getting-started.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ title: Getting started
44
sidebar_label: Getting Started
55
---
66

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
88
inject services in your favorite framework's container.
99

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.
1112

1213
- [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)
1316
- [Get started with another framework (or no framework)](other_frameworks.md)

0 commit comments

Comments
 (0)