@simonhamp.me Been watching NativePHP for a bit now (congrats on 1.0!)
I want to take my Laravel app with many users and create an iOS wrapper around it—like Hotwire Native https://native.hotwired.dev
Does NativePHP support this setup? Or is it more about shipping an *individual Laravel app per user*?
I want to take my Laravel app with many users and create an iOS wrapper around it—like Hotwire Native https://native.hotwired.dev
Does NativePHP support this setup? Or is it more about shipping an *individual Laravel app per user*?
Comments
But we should talk in more detail about what you're thinking because I'm not super clear (I'm not super familiar with Hotwire)
- A predominantly web-first platform
- Single centralized database of users, content, etc
- A very thin wrapper that presents web views into an app-like experience.
In a view like this:
The goal of NativePHP is to allow you to use your Laravel skills to build rich, offline-first apps
I haven't used them, but i believe there are services that will setup simple cross-platform web wrappers for you