Roberto Obando

Results 6 comments of Roberto Obando

my solution was to add a v-if directive to the not displayed tab, linked to a false boolean variable in my data. and when the click event is fired, make...

same issue in nativescript-vue

This will work: $zipper = new Zipper(); $zipper->make($zipfile)->add($files); still got error with this code

in routes.php file works well. but doesnt in any controller. for instance HomeController

sorry. my mistake. use Chumper\Zipper\Zipper; $zipper = new Zipper(); $zipper->make($zipfile)->add($files); this works for me. i was trying call method make this $zipper::make() instead of $zipper->make()

y es thanks. miss the reference .its working for me too now El ago. 2, 2016 12:54 PM, "inaydich" [email protected] escribió: > what error do you get? did you reference...