soundcloud

A Laravel Nova field to play a SoundCloud audio

MIT License

Downloads
1.7K
Stars
8
Committers
1

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:

[email protected]

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

License

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