PHP code example of blemli / partysan
1. Go to this page and download the library: Download blemli/partysan 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/ */
blemli / partysan example snippets
bash
php artisan dependency:switch # interactive
php artisan dependency:switch vendor/package --local # symlink a local checkout
php artisan dependency:switch vendor/package --vcs # use a git repo/branch
php artisan dependency:switch vendor/package --packagist # reset to Packagist
php artisan dependency:switch --list # list dependencies and their source