An example Laravel project using nuwave/lighthouse.
composer install
cp .env.example .env
touch database/database.sqlite
php artisan migrate
Run the server with the following command:
php artisan serve
Access the GraphiQL UI at /graphiql
.
In order to keep maintenance as simple as possible, the project has been stripped of all unnecessary components or files.