naif/soundcloud is a Laravel package for a laravel nova field to play a soundcloud audio.
It currently has 8 GitHub stars and 2.494 downloads on Packagist (latest version v1.0).
Install it with composer require naif/soundcloud.
Discover more Laravel packages by naif
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel Nova field to play a SoundCloud audio
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/soundcloud
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
https://www.linkedin.com/in/naif
The MIT License (MIT). Please see License File for more information.