项目作者: VikashAmbani

项目描述 :
Create Event and Generate Ticket with QrCode
高级语言: PHP
项目地址: git://github.com/VikashAmbani/blog-api.git
创建时间: 2017-04-04T07:06:19Z
项目社区:https://github.com/VikashAmbani/blog-api

开源协议:

下载


Blog Api

this repo in development mode.

Create Event and Generate Ticket with QrCode

run this command to add qrcode

composer dump-autoload

and add this line of code in your controller

use QRcode;

use QRencode;

use QRimage;

use QRinput;

use QRinputItem;

use QRmask;

use QRrawcode;

use QRrs;

use QRrsItem;

…etc

add more class which you want

you can see on file App\Http\UsersController

view more example here