Skip to content

zyk0615/unisn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About zykutil-unisn

In order to create a unique serial number.There are currently six types.Included in ZYKUtil\UniSn\DPFactory\FactoryTypeEnum::class.

Install

composer require zykutil/unisn

config/app.php

providers add

ZYKUtil\UniSn\UniSnServiceProvider::class

alias add

'UniSn' => ZYKUtil\UniSn\UniSnFacade::class

Copy the package config to your local config with the publish command:

php artisan vendor:publish --tag=zykutil-unisn --ansi --force

Simply used

\UniSn::execute();

About

In order to create a unique serial number.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages