make('advs-files.zip')->folder('advs-files')->extractTo(base_path().'/public/app/default/files-module/local/images/'); $zipper->close(); $this->call(AdvSeeder::class); /* Demo Start */ DB::table('files_files')->truncate(); Model::unguard(); DB::unprepared(file_get_contents(__DIR__.'/demo.sql')); Model::reguard(); /* Demo Stop*/ } }