PHP code example of jeromedia / laravel-github-service
1. Go to this page and download the library: Download jeromedia/laravel-github-service 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/ */
jeromedia / laravel-github-service example snippets
bash
php artisan vendor:publish --provider="Jeromedia\LaravelGithubService\GithubServiceProvider" --tag=config
bash
php artisan vendor:publish --provider="Jeromedia\LaravelGithubService\GithubServiceProvider" --tag=routes
bash
php artisan github-service:clear-cache