moon file
This commit is contained in:
@@ -39,7 +39,7 @@ class MoonFormatter extends Command
|
|||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
//Create the file handler
|
//Create the file handler
|
||||||
$lines = Storage::disk('storage')->get('moon_data.txt');
|
$lines = Storage::get('storage/app/public/moon_data.txt');
|
||||||
//$lines = file('moon_data.txt');
|
//$lines = file('moon_data.txt');
|
||||||
//Create the output file handler
|
//Create the output file handler
|
||||||
//$output = file('/moon_output.txt');
|
//$output = file('/moon_output.txt');
|
||||||
|
|||||||
@@ -55,12 +55,6 @@ return [
|
|||||||
'visibility' => 'public',
|
'visibility' => 'public',
|
||||||
],
|
],
|
||||||
|
|
||||||
'storage' => [
|
|
||||||
'driver' => 'local',
|
|
||||||
'root' => storage_path('storage/app/public'),
|
|
||||||
'url' => env('APP_URL').'/storage/app/public',
|
|
||||||
],
|
|
||||||
|
|
||||||
's3' => [
|
's3' => [
|
||||||
'driver' => 's3',
|
'driver' => 's3',
|
||||||
'key' => env('AWS_ACCESS_KEY_ID'),
|
'key' => env('AWS_ACCESS_KEY_ID'),
|
||||||
|
|||||||
Reference in New Issue
Block a user