Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 453 Bytes

File metadata and controls

29 lines (18 loc) · 453 Bytes

zyt-me

SortLink Generator

composer install zytme/zyt-me

##Lumen

#####For service provider register

$app->register(\ZytMe\ZytMeServiceProvider::class);

#####For config/zytme.php

        "zytme_public_key" => env("ZYTME_PUBLIC_KEY",""),
        "zytme_private_key" => env("ZYTME_PRIVATE_KEY","")
        

This package was built using zyt.me.

##Using Example

ZytMeServiceFacade::shorten('YOUR_LINK'));