PHPackages                             in7rude/laravel-fuelphp-hashing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. in7rude/laravel-fuelphp-hashing

ActiveLibrary

in7rude/laravel-fuelphp-hashing
===============================

Laravel hashing for migration from FuelPHP hashed password.

1.0.1(7y ago)039MITPHPPHP &gt;=5.6.4

Since Mar 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/AndreySavenkov/laravel-fuelphp-hashing)[ Packagist](https://packagist.org/packages/in7rude/laravel-fuelphp-hashing)[ RSS](/packages/in7rude-laravel-fuelphp-hashing/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

laravel-fuelphp-hashing
=======================

[](#laravel-fuelphp-hashing)

Laravel hashing for migration from FuelPHP hashed password.

Install (Laravel5.5+)
---------------------

[](#install-laravel55)

Add the package to your composer.json and run composer update.

```
"require": {
    "in7rude/laravel-fuelphp-hashing": "^1.0"
},
```

Or install with composer.

```
$ composer require in7rude/laravel-fuelphp-hashing
```

Change the service provider in config/app.php:

```
//Illuminate\Hashing\HashServiceProvider::class,
in7rude\LaravelFuelphpHashing\HashServiceProvider::class,
```

Create fuelphp config files. config/fuelphp.php

```
