composer require laravist/hasher
或者在你的 composer.json 的 require 部分中添加:
composer.json
"laravist/hasher": "~1.0"
下载完毕之后,直接配置 app/config.php 的 providers:
app/config.php
providers
//Illuminate\Hashing\HashServiceProvider::class, \Laravist\Hasher\MD5HasherProvider::class,
Powerful PHP database abstraction layer (DBAL) with many features for database s...
The Laravel Framework.
Powerful REPL for the Laravel framework.
Laravel Serializable Closure provides an easy and secure way to serialize closur...
Cli error handling for console/command-line PHP applications.