bigelephant/string
Composer 安装命令:
composer require bigelephant/string
包简介
A string helper task with built in classes to easily add to Laravel 4
README 文档
README
This is a string helper class for things like turning strings into URL friendly slugs.
To install add the following to your composer.json file:
"bigelephant/string": "dev-master"
To use it within Laravel do the following
Edit your app/config/app.php file and add the following to the providers array:
'BigElephant\String\StringServiceProvider',
And then so you can use it from the String alias (or Str, if you choose so then replace String with Str in the following) add the following line to the aliases array:
'String' => 'BigElephant\String\StringFacade'
统计信息
- 总下载量: 1.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2013-01-15