/soundcloud

A Laravel Nova field to play a SoundCloud audio

Primary LanguageVueMIT LicenseMIT

Nova SoundCloud Field

A Laravel Nova field to play a SoundCloud audio

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require naif/soundcloud

Usage:

Add the below to Nova/User.php resource:

Soundcloud::make('Track')   

Copy past user/track_title from the SoundCloud url

Example:

URL: https://soundcloud.com/louie-zong/hello-world

User/Tilte: louie-zong/hello-world

Support:

naif@naif.io

https://www.linkedin.com/in/naif

License

The MIT License (MIT). Please see License File for more information.