Lalustine
Lalustine
Ok we can do customization with tshirts and gravator. But how do we save the customized data like text image and gravatar and its position? Can you help me with...
`$foldername=$request->input('project_name'); $zipper = new \Chumper\Zipper\Zipper; if(!file_exists($foldername)){ mkdir($foldername); $zipper->make('cashflow.zip')->extractTo($foldername); }else{ return back()->with('error',$request->input('project_name').' project is already created!!'); }` Above is my code in laravel project. I have tried to extract the zip...
i need to use lobibox notification but i am using vue2 js for real time notification in laravel5.5. Can we use it with vue2.js?