naif/soundcloud

A Laravel Nova field to play a SoundCloud audio

Installs: 1 540

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 1

Forks: 0

Open Issues: 0

Language:Vue

v1.0 2018-10-14 17:38 UTC

This package is not auto-updated.

Last update: 2024-05-07 18:54:07 UTC


README

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

add.png

view.png

Support:

naif@naif.io

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

License

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