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.