You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I needed to get the download directory to save a file from a cloud disk. There doesn't seem to be a method for this already.
On the electron server a route already exists
https://github.com/NativePHP/electron-plugin/blob/920c6a6b18c024669bf2f9338c443aff770880bf/src/server/api/app.ts#L27
You can currently do this.
It would be nice if this was a method inside Native\Laravel\Client\Client\App::class so it called using the facade.
App::path('downloads')
Beta Was this translation helpful? Give feedback.
All reactions