renan-s-oliveira / l2j-hasher
package encrypt hash password for L2j
Package info
github.com/renan-s-oliveira/L2JHasher
Type:package
pkg:composer/renan-s-oliveira/l2j-hasher
v1.0
2021-02-11 20:34 UTC
README
Driver de encriptação de senhas de L2J usando Laravel 8.
Instalação
composer require renan-s-oliveira/l2j-hasher
Vá em config/app.php
Comentar Illuminate\Hashing\HashServiceProvider::class e adicionar L2JHasher\ServiceProvider\L2JHashServiceProvider::class,
//Illuminate\Hashing\HashServiceProvider::class,
L2JHasher\ServiceProvider\L2JHashServiceProvider::class,
Vá em config/fortify.php
Trocar 'passwords' => 'users', por
'passwords' => 'accounts',
e
'username' => 'email',
por
'username' => 'login',