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
{{ message }}
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.
awesome work. We ran into a little problem because it is using the asset helper function to generate the URL which won't work for us in a multi tenant app. (asset() will search for assets in the tenant specific storage location for us.)
I just forked it and put our global helper function as a quick fix for ourselves.
But maybe there is a more elegant solution to this problem to make it more versatile overall?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
awesome work. We ran into a little problem because it is using the asset helper function to generate the URL which won't work for us in a multi tenant app. (asset() will search for assets in the tenant specific storage location for us.)
I just forked it and put our global helper function as a quick fix for ourselves.
But maybe there is a more elegant solution to this problem to make it more versatile overall?
The text was updated successfully, but these errors were encountered: