NativePHP
Widgets
Your app, on the home screen.
Home-screen widgets driven from PHP: push a payload, the native widget renders it — no fetching, no background PHP.
- Push a payload from Laravel — the native widget repaints itself
- In-app “Add widget” prompt via requestPin(), gated on status()
- First-class testing with Widgets::fake() and assertUpdated()
Widgets::update('default', [...]);