<?php return [ 'default' => 'local', 'disks' => [ 'local' => [ 'driver' => 'local', 'root' => getcwd(), ], ], ];
info at phpclasses dot org