Installation / Configuration
Download
Composer install
composer require robindrost/prismic-eloquentOr download .zip format
Artisan
php artisan vendor:publishConfiguration
Api credentials
'url' => env('PRISMIC_ELOQUENT_URL', ''),
'access_token' => env('PRISMIC_ELOQUENT_ACCESS_TOKEN', ''),Last updated