PHP code example of jeffersongoncalves / mobilekit
1. Go to this page and download the library: Download jeffersongoncalves/mobilekit library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jeffersongoncalves / mobilekit example snippets
bash
php install.php
bash
php artisan native:migrate
bash
php artisan native:serve
bash
# Build for Android
php artisan native:android
# Build for iOS (macOS only)
php artisan native:ios
# Run mobile development server
php artisan native:serve --mobile