67 lines
3.3 KiB
Markdown
67 lines
3.3 KiB
Markdown
<div align="center">
|
|
<a href="https://www.lighthouse-php.com">
|
|
<img src="./logo.png" alt=lighthouse-logo" width="150" height="150">
|
|
</a>
|
|
</div>
|
|
|
|
<div align="center">
|
|
|
|
# Lighthouse
|
|
|
|
[](https://github.com/nuwave/lighthouse/actions)
|
|
[](https://codecov.io/gh/nuwave/lighthouse)
|
|
[](https://github.com/phpstan/phpstan)
|
|
[](https://github.styleci.io/repos/59965104)
|
|
|
|
[](https://packagist.org/packages/nuwave/lighthouse)
|
|
[](https://packagist.org/packages/nuwave/lighthouse)
|
|
[](https://github.com/nuwave/lighthouse/blob/master/LICENSE)
|
|
|
|
[](https://stackoverflow.com/questions/tagged/laravel-lighthouse)
|
|
[](https://join.slack.com/t/lighthouse-php/shared_invite/zt-4sm280w1-wu21r94f3kLRRtBXRbXVfw)
|
|
|
|
**A framework for serving GraphQL from Laravel**
|
|
|
|
</div>
|
|
|
|
Lighthouse is a GraphQL framework that integrates with your Laravel application.
|
|
It takes the best ideas of both and combines them to solve common tasks with ease
|
|
and offer flexibility when you need it.
|
|
|
|
## Documentation
|
|
|
|
The documentation lives at [lighthouse-php.com](https://lighthouse-php.com/).
|
|
|
|
The site includes the latest docs for each major version of Lighthouse.
|
|
You can find docs for specific versions by looking at the contents of [/docs/master](/docs/master)
|
|
at that point in the git history: `https://github.com/nuwave/lighthouse/tree/<SPECIFIC-TAG>/docs/master`.
|
|
|
|
A chinese translation is available at [lighthouse-php.cn](http://lighthouse-php.cn/) and is maintained
|
|
over at https://github.com/haxibiao/lighthouse.
|
|
|
|
## Get involved
|
|
|
|
- Have a question? [Use the laravel-lighthouse tag on Stack Overflow](https://stackoverflow.com/questions/tagged/laravel-lighthouse)
|
|
- Talk to other users? [Hop into Slack](https://join.slack.com/t/lighthouse-php/shared_invite/zt-4sm280w1-wu21r94f3kLRRtBXRbXVfw)
|
|
- Found a bug? [Report a bug](https://github.com/nuwave/lighthouse/issues/new?template=bug_report.md)
|
|
- Have an idea? [Propose a feature](https://github.com/nuwave/lighthouse/issues/new?template=feature_proposal.md)
|
|
- Want to improve Lighthouse? [Read our contribution guidelines](https://github.com/nuwave/lighthouse/blob/master/CONTRIBUTING.md)
|
|
|
|
## Changelog
|
|
|
|
All notable changes to this project are documented in [`CHANGELOG.md`](CHANGELOG.md).
|
|
|
|
## Upgrade Guide
|
|
|
|
When upgrading between major versions of Lighthouse, consider [`UPGRADE.md`](UPGRADE.md).
|
|
|
|
## Contributing
|
|
|
|
We welcome contributions of any kind, see how in [`CONTRIBUTING.md`](CONTRIBUTING.md).
|
|
|
|
## Security Vulnerabilities
|
|
|
|
If you discover a security vulnerability within Lighthouse,
|
|
please email Benedikt Franke via [benedikt@franke.tech](mailto:benedikt@franke.tech)
|
|
or visit https://tidelift.com/security.
|