PHPackages                             blitz-mobile-apps/laravel-graphql-passport-auth-fileupload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. blitz-mobile-apps/laravel-graphql-passport-auth-fileupload

ActiveProject

blitz-mobile-apps/laravel-graphql-passport-auth-fileupload
==========================================================

A full-featured, easy-to-use, well-expanded GraphQL project with Laravel Lighthouse Package, Passport Authentication, Single file and Multi files Upload Mutations

40[7 PRs](https://github.com/Blitz-Mobile-Apps/laravel-graphql-passport-auth-fileupload/pulls)PHP

Since Mar 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Blitz-Mobile-Apps/laravel-graphql-passport-auth-fileupload)[ Packagist](https://packagist.org/packages/blitz-mobile-apps/laravel-graphql-passport-auth-fileupload)[ RSS](/packages/blitz-mobile-apps-laravel-graphql-passport-auth-fileupload/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (8)Used By (0)

Laravel Integration With GraphQL
================================

[](#laravel-integration-with-graphql)

GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data

This is sample laravel project to show you how to integrating Graphql with laravel, In this project we will show a GraphQL project integration with Laravel Lighthouse Package, Passport Authentication, Single file and Multi files Upload Mutations .for full documentation you can check [here](https://github.com/rebing/graphql-laravel) and [Graphql](http://graphql.org/learn)

Installation
------------

[](#installation)

#### Dependencies:

[](#dependencies)

- [Laravel 6.x](https://github.com/laravel/laravel)
- [barryvdh/laravel-cors](https://github.com/barryvdh/laravel-cors)
- [joselfonseca/lighthouse-graphql-passport-auth](https://github.com/joselfonseca/lighthouse-graphql-passport-auth)
- [nuwave/lighthouse](https://github.com/nuwave/lighthouse)
- [mll-lab/laravel-graphql-playground](https://github.com/mll-lab/laravel-graphql-playground)

Install
-------

[](#install)

#### 1. Clone the source code or create new project.

[](#1-clone-the-source-code-or-create-new-project)

```
git clone https://github.com/Blitz-Mobile-Apps/graphql-passport-auth-fileupload
```

OR

```
composer create-project Blitz-Mobile-Apps/graphql-passport-auth-fileupload
```

#### 2. Set the basic config

[](#2-set-the-basic-config)

```
cp .env.example .env
```

#### 3. Edit the `.env` file and set the `database` and other config for the system after you copy the `.env`.example file.

[](#3-edit-the-env-file-and-set-the-database-and-other-config-for-the-system-after-you-copy-the-envexample-file)

#### 4. Install the extended package dependency.

[](#4--install-the-extended-package-dependency)

Install the `Laravel` extended repositories:

```
composer install
```

#### 5. Run the migration

[](#5-run-the-migration)

```
php artisan migrate
```

#### 6, Publish vendor for getting configuration files and default schema

[](#6-publish-vendor-for-getting-configuration-files-and-default-schema)

```
php artisan vendor:publish --provider="Nuwave\Lighthouse\LighthouseServiceProvider" --tag=schema
```

```
php artisan vendor:publish --provider="Joselfonseca\LighthouseGraphQLPassport\Providers\LighthouseGraphQLPassportServiceProvider"
```

#### 7, Test and run the application

[](#7-test-and-run-the-application)

```
 $ php artisan serve
```

Contributing
------------

[](#contributing)

> This is an early phase of an endless possibility. We are eagerly looking for contributions from the community. To get started:

### Step 1

[](#step-1)

- **Option 1**

    - 🍴 Fork this repo!
- **Option 2**

    - 👯 Clone this repo to your local machine using `https://github.com/Blitz-Mobile-Apps/graphql-passport-auth-fileupload`

### Step 2

[](#step-2)

- **HACK AWAY!** 🔨🔨🔨

### Step 3

[](#step-3)

- 🔃 Create a new pull request.

---

Support
-------

[](#support)

Reach out to us at our `Website`: [`Blitz Mobile Apps`](https://blitzmobileapps.com)

License
-------

[](#license)

[![License](https://camo.githubusercontent.com/1e1cb7bae9fc55a01fc5443d26e358dc21c129253bcfa9841db85c4f25aa2ecf/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e7376673f7374796c653d666c61742d737175617265)](http://badges.mit-license.org)

- **[MIT license](http://opensource.org/licenses/mit-license.php)**

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d870df6b87814c3104864d0202675a27b3d3cfbb39dd0a3eae39c2c4ea3dbc8?d=identicon)[travis-gibson](/maintainers/travis-gibson)

---

Top Contributors

[![travis-gibson](https://avatars.githubusercontent.com/u/60745284?v=4)](https://github.com/travis-gibson "travis-gibson (5 commits)")

### Embed Badge

![Health badge](/badges/blitz-mobile-apps-laravel-graphql-passport-auth-fileupload/health.svg)

```
[![Health](https://phpackages.com/badges/blitz-mobile-apps-laravel-graphql-passport-auth-fileupload/health.svg)](https://phpackages.com/packages/blitz-mobile-apps-laravel-graphql-passport-auth-fileupload)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
