Base repository is not maintained anymore. This fork is merely created to keep using Prismic for Laravel 9 projects.
It's not using the official prismicio/php-kit package as this is the actual blocker of upgrading due to it's Guzzle and PHP version dependencies (at the time of writing). Instead a fork of the SDK is used, created to use the Prismic API with recent PHP frameworks: elgentos/prismic-php-sdk. See issue PR190 at prismicio/php-kit
Use the Prismic Api in a more (friendly) eloquent like way.
- Runs on the latest Prismic api (v2)
- Easy query writing
- Relationship resolving with hasOne and hasMany
- Support eager loading with the Prismic fetchLinks
https://prismic-eloquent.gitbook.io/docs/