JellyBool / laravel-package-develop-demo by JellyBool

Md5 support in laravel
22
0
2
Package Data
Maintainer Username: JellyBool
Maintainer Contact: jellybool@outlook.com (JellyBool)
Package Create Date: 2016-09-20
Package Last Update: 2016-09-29
Language: PHP
License: MIT
Last Refreshed: 2024-04-25 15:00:49
Package Statistics
Total Downloads: 22
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

Build Status

Scrutinizer Code Quality Code Coverage Build Status

开发 Laravel 扩展教程

用法

composer require laravist/hasher

或者在你的 composer.json 的 require 部分中添加:

 "laravist/hasher": "~1.0"

下载完毕之后,直接配置 app/config.phpproviders:

//Illuminate\Hashing\HashServiceProvider::class,
\Laravist\Hasher\MD5HasherProvider::class,