paulvl / backup

MySQL Database backup package for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

local-storage.path not working

dublue opened this issue · comments

My settings in config:
'local-storage' => [

        /*
        |--------------------------------------------------------------------------
        | Local Storage Disk Name
        |--------------------------------------------------------------------------
        */

        'disk' => 'local',

        /*
        |--------------------------------------------------------------------------
        | Local Storage Path
        |--------------------------------------------------------------------------
        */

        'path' => 'backups',

    ],

but everytime I run backup:mysql-dump, it always put generated .sql file under storage/app/ directly, not in 'backups' sub-folder

solve it, I forgot to clear cache.