naif / soundcloud
A Laravel Nova field to play a SoundCloud audio
Installs: 1 802
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2024-11-19 21:09:01 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
Support:
https://www.linkedin.com/in/naif
License
The MIT License (MIT). Please see License File for more information.