Skip to content

nuwave/lighthouse-example

Repository files navigation

Lighthouse Example

An example Laravel project using nuwave/lighthouse.

Setup

composer install
cp .env.example .env
touch database/database.sqlite
php artisan migrate

Usage

Run the server with the following command:

php artisan serve

Access the GraphiQL UI at /graphiql.

Minimalism

In order to keep maintenance as simple as possible, the project has been stripped of all unnecessary components or files.