Search by

nativephp / mobile-starter

simonhamp

The skeleton application for NativePHP for Mobile.

Package info

github.com/NativePHP/mobile-starter

Type:project

pkg:composer/nativephp/mobile-starter

Statistics

Installs: 4 229

Dependents: 0

Suggesters: 0

Stars: 25

Open Issues: 0

1.0.4 2026-04-11 15:04 UTC

This package is auto-updated.

Last update: 2026-09-18 17:27:04 UTC


README

A pre-configured Laravel + NativePHP Mobile starter template.

What's Included

  • Laravel - Latest version with standard configuration
  • NativePHP Mobile - Pre-installed and configured
  • Laravel Boost
  • CLAUDE.md - Generated guidelines for the AI assistant

Automated Updates

This repository has a GitHub Action that runs daily to keep dependencies up to date:

  • Runs composer update and commits composer.lock

iOS Simulator Build

Every push to main builds the starter as an iOS simulator app and publishes it:

It's an arm64 Debug build, so it needs an Apple Silicon Mac and an iOS 18.2 or newer simulator. To run it in the booted simulator:

curl -fsSL https://bin.nativephp.com/mobile-starter/ios-simulator/latest.zip -o starter.zip && ditto -x -k starter.zip .
xcrun simctl install booted NativePHP-simulator.app
xcrun simctl launch booted com.nativephp.starter