-
Good day. Could you please let me know if it's possible to build an application that would open an already developed and hosted Laravel website? I couldn't quite understand this from the documentation. If it's possible, how can I do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Do you intend to simply run the built application within the installable browser environment? |
Beta Was this translation helpful? Give feedback.
-
You can use Wails to do this, and it's really straightforward. Just update the content in |
Beta Was this translation helpful? Give feedback.
Yes, it would be possible. It's not possible right now, but I can't imagine it would be complicated to add.
I can see it being beneficial if parts of your overall app experience you want to offload to a server-based application in a mixed setup where some of your apps functionality is local-/offline-first and other parts rely on access to the web.
But if you're not using the NativePHP parts at all, then there's no point using NativePHP for this... it would just add unnecessary risk/bloat.