github nuwave/lighthouse v2.6.2
Allow publishing the schema and config seperately (#419)

latest releases: v6.45.0, v6.44.2, v6.44.1...
5 years ago

Just tested this in a local project, everything works as before. This gives the option to

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

or

php artisan vendor:publish --provider="Nuwave\Lighthouse\Providers\LighthouseServiceProvider" --tag=config

to publish only the parts of the assets that you want

Don't miss a new lighthouse release

NewReleases is sending notifications on new releases.