nova-audio icon indicating copy to clipboard operation
nova-audio copied to clipboard

Nova 4 Update

Open davidpiesse opened this issue 2 years ago • 7 comments

Refresh this for Nova 4

davidpiesse avatar Feb 09 '22 20:02 davidpiesse

HI,

Is this package working with Laravel Nova? Looks like the field is not displayed.

philipbaginski avatar Apr 14 '22 21:04 philipbaginski

Hi @philipbaginski I have still yet to get around to this. The effort will be a full re-write for Nova 4.

davidpiesse avatar Apr 18 '22 17:04 davidpiesse

Refresh this for Nova 4

Just use Text::make('Audio Url', function () { return '<audio controls> <source src='.$this->audio_url .'type="audio/mp3"> Your browser does not support the audio element. </audio>'; })->asHtml()

AEmad01 avatar Jun 06 '22 09:06 AEmad01

😍 Fantastic. But how to connect this field with file upload? Or just use it on index and detail page?

philipbaginski avatar Jun 06 '22 09:06 philipbaginski

Hey @davidpiesse any update on when this could be resolved?

samdharris avatar Jun 27 '22 11:06 samdharris

PR for Nova 4 Update https://github.com/davidpiesse/nova-audio/pull/45

ali-raza-saleem avatar Dec 07 '22 17:12 ali-raza-saleem

You can simply use the Audio field provided by Nova

Naoray avatar Jul 25 '23 07:07 Naoray