dimanche 20 mai 2018

Change storage path Laravel

enter image description here

Here is my folders on 000webhost server. I want to store images in public_html folder instead of storage/app/public folder here is my filesystems.php configuration

    'local' => [
        'driver' => 'local',
        'root' => storage_path('app/public'),
        //'root' => storage_path('../../../public_html'),
    ],

    'public' => [
        'driver' => 'local',
        'root' => storage_path('app/public'),
        'url' => env('APP_URL').'/storage',
        'visibility' => 'public',
    ],



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2IBoxqj
via IFTTT

Aucun commentaire:

Enregistrer un commentaire