PHP code example of jordanpartridge / packagist-client
1. Go to this page and download the library: Download jordanpartridge/packagist-client 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/ */
jordanpartridge / packagist-client example snippets
return [
];
$packagist = new JordanPartridge\Packagist();
echo $packagist->echoPhrase('Hello, JordanPartridge!');
bash
php artisan vendor:publish --tag="packagist-client-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="packagist-client-config"
bash
php artisan vendor:publish --tag="packagist-client-views"