Skip to content

Commit

Permalink
Merge pull request #184 from netglue/update-readme
Browse files Browse the repository at this point in the history
Remover redundant links in readme and update export ignores
  • Loading branch information
gsteel authored Oct 12, 2022
2 parents 049d48c + 52d50b6 commit 754e99e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
/composer.lock export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/test/ export-ignore
/.laminas-ci/ export-ignore
/.laminas-ci.json export-ignore
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ This library integrates the Prismic.io headless content management system with M

If you're building websites in PHP and want a CMS without the hassle of managing databases, then this is worth considering as a solid alternative to the usual suspects.

For more information, it's worth checking out the "[Primo Skeleton](https://github.com/netglue/primo-skeleton)" app on GitHub and its deployment at [primo.ngio.uk](https://primo.ngio.uk).
For more information, it's worth checking out the "[Primo Skeleton](https://github.com/netglue/primo-skeleton)" app on GitHub.

Also, this lib consumes [netglue/prismic-client](https://github.com/netglue/prismic-client) which is what you'll be interacting with most when it comes to actually making some content…

## Stability

This library is mainly targeted at not re-inventing the wheel every time you want to build a CMS website using a Prismic content backend. As it's used in a number of production projects, I'm pretty careful with the releases and relatively dilligent with the [CHANGELOG](./CHANGELOG.md)
This library is mainly targeted at not re-inventing the wheel every time you want to build a CMS website using a Prismic content backend. As it's used in a number of production projects, I'm pretty careful with the releases.

## License

Expand Down

0 comments on commit 754e99e

Please sign in to comment.