PHP Classes

File: config/githubapiz.php

Recommend this page to a friend!
  Classes of Hashemi Rafsan   PHP Github APIz   config/githubapiz.php   Download  
File: config/githubapiz.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Github APIz
Access projects hosted in Github with its REST API
Author: By
Last change:
Date: 3 years ago
Size: 156 bytes
 

Contents

Class file image Download
<?php
/**
 * Created by PhpStorm.
 * User: dgdev
 * Date: 8/12/19
 * Time: 12:53 AM
 */

return [
   
'access_token' => env('GITHUB_ACCESS_TOKEN', null)
];