adamgoose / prismic-io
Prismic.io for Laravel
Requires
- php: >=5.4.0
- illuminate/support: ~4.0
- prismic/php-sdk: dev-master
This package is auto-updated.
Last update: 2024-10-29 03:58:41 UTC
README
prismic.io is a web software you can use to manage content in any kind of website or app. API-driven, it is the easiest way to integrate your content with no technology or design constraint. It is also the easiest way for content writers to edit, preview and plan updates.
Installation
To install Prismoquent, add "adamgoose/prismic-io" : "dev-master"
to your composer.json
file, and execute composer update
.
Next, add "Prismic" => "Adamgoose\PrismicIo\Model"
to the aliases
array in /app/config/app.php
.
Usage
A full usage documentation is available at http://prismoquent.enge.me/usage.
License
Prismoquent is open-sourced software licensed under the MIT license.
Troubleshooting and Support
Please feel free to create a GitHub Issue, and we'll do our best to help you out.
Contributing
Feel free to fork and submit a pull request if you think there's anything else Prismoquent could do!