Skip to content

VSWTeam/laravel-hashed-naming

Repository files navigation

簡介

本套件將常用的雜湊命名函式加入你的 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.

About

Laravel Package for Hashed Naming Trait

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages