vswteam/laravel-hashed-naming
Composer 安装命令:
composer require vswteam/laravel-hashed-naming
包简介
A trait to hashed naming methods to a class
README 文档
README
本套件將常用的雜湊命名函式加入你的 Laravel 專案. 你可以使用下述範例取得一個哈希目錄結構.
$input = 'value'; $this->testClass->generateHashedDirectoryPath($input);
Installation
You can install the package via composer:
composer require vswteam/laravel-hashed-naming
Usage
use VSWTeam\LaravelHashedNaming\HashedNamingTrait; class TestClass { use HashedNamingTrait; }
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-02