PHP code example of macpaw / laravel-crowdin-integration

1. Go to this page and download the library: Download macpaw/laravel-crowdin-integration 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/ */

    

macpaw / laravel-crowdin-integration example snippets


php artisan vendor:publish --provider="MacPaw\LaravelCrowdinIntegration\CrowdinServiceProvider"

php artisan list

php artisan crowdin:add {fileName.ext}

php artisan crowdin:update {fileName.ext}

php artisan crowdin:upload

php artisan crowdin:build

php artisan crowdin:download