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
Was just wondering if it's possible to get pan working with a single-page application. Meaning, the backed is Laravel but the frontend is a totally different domain and not a Laravel application.
Suggestion?
My guess is that a <script> containing the Pan JS code and maybe a PAN_ENDPOINT environment variable pointing to the Laravel route might be a good developer experience for SPAs?
Again, thanks for the lovely little package.
The text was updated successfully, but these errors were encountered:
Hi, great package by the way!
Question
Was just wondering if it's possible to get
pan
working with a single-page application. Meaning, the backed is Laravel but the frontend is a totally different domain and not a Laravel application.Suggestion?
My guess is that a
<script>
containing the Pan JS code and maybe aPAN_ENDPOINT
environment variable pointing to the Laravel route might be a good developer experience for SPAs?Again, thanks for the lovely little package.
The text was updated successfully, but these errors were encountered: