Download the PHP package chetantechnource/laravel-vuforia without Composer
On this page you can find all versions of the php package chetantechnource/laravel-vuforia. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chetantechnource/laravel-vuforia
More information about chetantechnource/laravel-vuforia
Files in chetantechnource/laravel-vuforia
Download chetantechnource/laravel-vuforia
More information about chetantechnource/laravel-vuforia
Files in chetantechnource/laravel-vuforia
Vendor chetantechnource
Package laravel-vuforia
Short Description Vuforia web service api for laravel
License MIT
Homepage https://github.com/chetantechnource/laravel-vuforia
Package laravel-vuforia
Short Description Vuforia web service api for laravel
License MIT
Homepage https://github.com/chetantechnource/laravel-vuforia
Please rate this library. Is it a good library?
Informations about the package laravel-vuforia
CREDIT TO https://github.com/seancheung/laravel-vuforia#readme
Laravel-Vuforia
Vuforia web service API for Laravel
Install
Service provider
config/app.php
Facades
config/app.php
Features
Easy with Facade:
- VWS::getTargets()
- VWS::getTarget(string $id)
- VWS::updateTarget(string $id, mixed $target)
- VWS::addTarget(mixed $target)
- VWS::deleteTarget(string $id)
- VWS::getDuplicates(string $id)
- VWS::getDatabaseSummary()
- VWS::getTargetSummary(string $id)
Call with array
Pre-Check
Exception with message 'Invalid naming'
Exception with message 'Target width is required'
Exception with message 'Image is too large'
Image Target Class
Wrapped result
Configurable
Jobs and Notification
Documentation
See Wiki
All versions of laravel-vuforia with dependencies
PHP Build Version
Package Version
The package chetantechnource/laravel-vuforia contains the following files
Loading the files please wait ....