Skip to content

shedcollective/nova-unsplash-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start

Overview

This is a text field that stores a url to target image.

Installation

Install package

composer require shedcollective/nova-unsplash-field

Set Unsplash ACCESS_KEY in config/services.php

    'unsplash' => [
        'key' => env('UNSPLASH_ACCESS_KEY')
    ],

Usage

use Shed\Unsplash\Unsplash;

public function fields(Request $request)
{
    return [
        // ...

        Unsplash::make('Cover'),
    ];
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published