๐ค ๏ฃฟ Introduces a 'location' option to the nativephp config ๐ค Sets NATIVEPHP_PLATFORM to 'android' in the LaravelEnvironment class.
These changes improve platform-specific configuration and feature toggling.
native:watch
mb_split
and other multibyte string functions)nativephp/resources/
Run composer update
then php artisan native:install ios --force
to get the latest changes.
Fixed: Android builds on macOS no longer include unnecessary iOS files, reducing bundle size and improving build consistency.
native:patch-inertia
. More details in the docsnative:watch
command that you can attach to any running simulator and you don't need to do the quirky Cmd+Ctrl+Z
keybind and manually refresh - full auto-refreshing is included as standard (requires fswatch
to be installed)GoogleService-Info.plist
into place if it can be found.env
file manipulation snafusnpm
commands from the iOS build process - you will need to run your frontend build commands before running native:run
, just like AndroidTo get this update, run composer update
and then php artisan native:install --force
To get this update, run composer update
and then php artisan native:install --force
Pre v1.1 release to test internal tooling
NativePHP Mobile v1.0.17 - Signed Build Support & Enhanced CI/CD
๐ Major Features
Signed Android Build Support
Enhanced GitHub Actions Workflow
๐ง Improvements
Build Process Enhancements
Developer Experience
๐ Bug Fixes
๐ฆ Package Management
๐ ๏ธ Technical Details
New Commands:
Enhanced Traits:
CI/CD Features:
This release significantly enhances the production readiness of NativePHP Mobile applications with proper signed build support and a robust CI/CD pipeline for quality assurance.
0.3.1
native:run
execution timeout8.4.5
If you're already running v0.3, you may simply run composer update
to get this version.
Once installed, you MUST also run php artisan native:install --force
to ensure that your Xcode project is fully up to date.
Full Changelog: https://github.com/NativePHP/ios/compare/0.3.1...0.3.2
http
and https
)If you're already running v0.3, you may simply run composer update
to get this version.
Once installed, you MUST also run php artisan native:install --force
to ensure that your Xcode project is fully up to date.
Full Changelog: https://github.com/NativePHP/ios/compare/0.3.0...0.3.1
You will need to run composer require nativephp/ios
in order to get this latest version as it's considered a major release during the EAP.
Once installed, you MUST also run php artisan native:install --force
to ensure that your Xcode project is fully up to date.
Full Changelog: https://github.com/NativePHP/ios/compare/0.2.4...0.3.0
Full Changelog: https://github.com/NativePHP/ios/compare/0.2.3...0.2.4
Full Changelog: https://github.com/NativePHP/ios/compare/0.2.2...0.2.3
Full Changelog: https://github.com/NativePHP/ios/compare/0.2.1...0.2.2
Full Changelog: https://github.com/NativePHP/ios/compare/0.2.0...0.2.1
Full Changelog: https://github.com/NativePHP/ios/compare/0.1.0...0.2.0