Changeset 6f7d3df for config


Ignore:
Timestamp:
10/25/21 00:00:47 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
2279f71
Parents:
495dd28
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/filesystems.php

    r495dd28 r6f7d3df  
    1414    */
    1515
    16     'default' => env('FILESYSTEM_DRIVER', 'public'),
     16    'default' => env('FILESYSTEM_DRIVER', 'local'),
    1717
    1818    /*
     
    3232
    3333        'local' => [
    34             'driver' => 'public',
     34            'driver' => 'local',
    3535            'root' => storage_path() . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'public',
    3636            'permissions' => [
     
    4444                ],
    4545                ],
    46             'visibility' => 'public'
    4746        ],
    4847
     
    6059
    6160        'uploads' => [
    62             'driver' => 'public',
     61            'driver' => 'local',
    6362            'root'   => storage_path() . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'public',
    64             'visibility' => 'public'
    6563        ],
    6664
Note: See TracChangeset for help on using the changeset viewer.