PHP code example of georgii-web / laravel-crowdin-integration
1. Go to this page and download the library: Download georgii-web/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/ */
georgii-web / laravel-crowdin-integration example snippets
php artisan vendor:publish --provider="MacPaw\LaravelCrowdinIntegration\CrowdinServiceProvider"
php artisan crowdin:add/update default.php
php artisan crowdin:download
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