Ignore:
Timestamp:
11/23/21 22:01:52 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Children:
dbc5976
Parents:
4d73966
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/filesystems.php

    r4d73966 r0a1fb54  
    6060        'uploads' => [
    6161            'driver' => 'local',
    62             'root'   => storage_path() . DIRECTORY_SEPARATOR . 'app',
     62            'root'   => public_path() . DIRECTORY_SEPARATOR . 'uploads' . DIRECTORY_SEPARATOR,
    6363        ],
    6464
Note: See TracChangeset for help on using the changeset viewer.