Skip to content

v1.2

Compare
Choose a tag to compare
@ibnsultan ibnsultan released this 09 Aug 18:59
· 3 commits to main since this release
278e7cd

v1.2

v1.2 - 09 August 2024

publicPath Method: Returns a public accessible path for files in storage/app

# usage example

FS:publicPath('/storage/app/calls/audio.mp3')

// output: calls/audio.mp3

url Method: Return a file url

# usage example

FS:url('/storage/app/calls/audio.mp3')

// output: https://appdomain.com/calls/audio.mp3