PHP code example of mucan54 / tauri-php

1. Go to this page and download the library: Download mucan54/tauri-php 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/ */

    

mucan54 / tauri-php example snippets

bash
composer 
bash
php artisan vendor:publish --tag=tauri-php-config
bash
php artisan tauri:init
bash
php artisan tauri:dev
bash
# Build for current platform
php artisan tauri:build

# Build for specific platform
php artisan tauri:build --platform=windows-x64

# Build with code obfuscation
php artisan tauri:build --obfuscate
bash
php artisan tauri:build --obfuscate