本套件將常用的雜湊命名函式加入你的 Laravel 專案. 你可以使用下述範例取得一個哈希目錄結構.
$input = 'value';
$this->testClass->generateHashedDirectoryPath($input);
You can install the package via composer:
composer require vswteam/laravel-hashed-naming
use VSWTeam\LaravelHashedNaming\HashedNamingTrait;
class TestClass {
use HashedNamingTrait;
}
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.