PHP Classes

File: config/filesystems.php

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP GIT Insights Analyzer   config/filesystems.php   Download  
File: config/filesystems.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP GIT Insights Analyzer
Present report of PHP projects in a Git repository
Author: By
Last change:
Date: 2 months ago
Size: 166 bytes
 

Contents

Class file image Download
<?php

return [
   
'default' => 'local',
   
'disks' => [
       
'local' => [
           
'driver' => 'local',
           
'root' => getcwd(),
        ],
    ],
];