Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

nkootstra/nova-mixcloud-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Nova Mixcloud Field

Embed your Mixcloud mixes.

index view

detail view

Installation

composer require nkootstra/nova-mixcloud-field

Usage

Define the following fields in your resource in the fields method:

use Nkootstra\NovaMixcloudField\Fields\Mixcloud;

Mixcloud::make('Mix')