Ignore:
Timestamp:
10/31/21 22:29:22 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Children:
1451c6f
Parents:
4521f25
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/filesystems.php

    r4521f25 r8fdb18e  
    3333        'local' => [
    3434            'driver' => 'local',
    35             'root' => storage_path() . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'public',
     35            'root' => storage_path() . DIRECTORY_SEPARATOR . 'app',
    3636            'permissions' => [
    3737                'file' => [
     
    6060        'uploads' => [
    6161            'driver' => 'local',
    62             'root'   => storage_path() . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'public',
     62            'root'   => storage_path() . DIRECTORY_SEPARATOR . 'app',
    6363        ],
    6464
     
    8888
    8989    'links' => [
    90         public_path('storage') => storage_path('app/public'),
     90        public_path('storage') => storage_path('app'),
    9191    ],
    9292
Note: See TracChangeset for help on using the changeset viewer.