v1shky/fancyit
Composer 安装命令:
composer require v1shky/fancyit
包简介
A package to generate fancy string from normal string
README 文档
README
A package to generate fancy string from normal string
Require this package, with Composer, in the root directory of your project.
composer require "v1shky/fancyit":"*"
Add the service provider to config/app.php in the providers array, or if you're using Laravel 5.5, this can be done via the automatic package discovery.
V1shky\Fancyit\FancyitServiceProvider::class
If you want you can use the facade. Add the reference in config/app.php to your aliases array.
'Fancyit' => V1shky\Fancyit\FancyitFacade::class
Configuration
php artisan vendor:publish
Usage
Fancyit::convert('Hello');
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-04