Bifrost is on Product Hunt Please give us an upvote!

Quick Start


On this page

#Let's go!

If you've already got your environment set up to build mobile apps using Xcode and/or Android Studio, then you can get building your first mobile app with NativePHP in minutes:

Copied!
# Install NativePHP for Mobile into a new Laravel app
composer require nativephp/mobile
 
# Ready your app to go native
php artisan native:install
 
# Run your app on a mobile device
php artisan native:run

#Need help?

  • Community - Join our Discord for support and discussions.
  • Examples - Check out the Kitchen Sink demo app on Android and iOS!