kamov
kamov
I have one minified files vendor.js with all third party script like jquery, bootstrap, etc.. Then I have one main.js files with custom script. Using your plugin it this can...
Hi, I get below error: ``` - The requested package xemle/html5-video-php could not be found in any version, there may be a typo in the package name. ``` my composer...
The video is saved on the same folder as original video?
Hi what is return of $html5->convert(..) How to check if conversion has been success? thanks
Hi I am new to phreeze I like all features, but I worry about performance.... Can someone tell me about? Thanks
Hi, when we have join with extra condition like this below: echo $db->from('user') ->join('role', array('role.id' => 'user.id', 'role.id' => 10)) ->select() ->sql(); Then we are passing an array with the...
Hi, can you please explain how to fix charset for different case? For example I am using mysql and sqlite, and also pdo in some project. I try to check...
## Version information - Laravel: v5.7 - Voyager: v1.1.10 - PHP: 7.x - Database: mysql 5.7 ## Description If you create a field type decimal, you can't add precision, like...
I notice that when there are more than one location on the same lat/lng, it's just show cluster, and when you click cluster, there is not any marker. I wonder...
Hi, not sure how to install via composer. thanks