ashok/greetr
Composer 安装命令:
composer require ashok/greetr
包简介
unique-code - A simple Laravel package
README 文档
README
If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.
your_Laravel_project/
vendor/
Install
Via Composer
$ composer require ashok/unique-code
Usage
use Ashok\Unique\Unique;
1.
return Unique::generate(10);
output : aZKEqEYGJb
2.
return Unique::generate(10,'MyUniqueCode');
output : aZKEqEYGJbMyUniqueCode
3.
return Unique::getRandomInteger(1000,5000);
Output : 3709
Change log
Please see logs https://gitlab.com/ashok_laravel/greetings.git for more information on what has changed recently.
Security
If you discover any security related issues, please email kumarashok30592@gmail.com instead of using the issue tracker.
Credits
- [Yogesh]
- [Tarun]
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-08