nativephp / mobile-starter
The skeleton application for NativePHP for Mobile.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/nativephp/mobile-starter
Requires
- php: ^8.2
- laravel/boost: ^2.0
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- nativephp/mobile: ^3.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.3
- pestphp/pest-plugin-laravel: ^4.0
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 updateand commitscomposer.lock - Runs
npm updateand commitspackage-lock.json - Runs
npm run buildto verify the build still works (assets are gitignored)