Code Monkey home page Code Monkey logo

laravel-hashing-md5's Introduction

laravel-hashing-md5

为 Laravel 添加 MD5 Hasher

安装

composer require wuwx/laravel-hashing-md5

配置

编辑 config/hashing.php,将 driver 更改为 md5

Installation

Add the package with composer.

composer require wuwx/laravel-hashing-md5

Edit hashing.php inside configuration file

'driver' => 'md5',

Installation Complete!, Enjoy.

laravel-hashing-md5's People

Contributors

felabrecque avatar marky291 avatar wuwx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

laravel-hashing-md5's Issues

Get error when upgrade to Laravel 10.

When upgrade to Laravel 10, I got a error. The laravel/framework replaces illuminate/support and cause the issue.

Error Message
wuwx/laravel-hashing-md5 v4.0.0 requires illuminate/support ^5.6|^6.0|^7.0|^8.0|^9.0 -> satisfiable by illuminate/support[v5.6.0, ..., v5.8.36, v6.0.0, ..., v6.20
.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16].
- Only one of these can be installed: illuminate/support[v5.6.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.5
2.16, v10.0.0, ..., v10.28.0], laravel/framework[v10.0.0, ..., v10.28.0]. laravel/framework replaces illuminate/support and thus cannot coexist with it.

Fix MD5 for Email Verification token

I have activated the Email Verification and now the token in password_resets is stored in MD5 but the token in the link sent via email is not. How can I make both be the same ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.