Skip to content

Provide convenient laravel command to encrypt password

Notifications You must be signed in to change notification settings

it-era/laravel-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IT-era / LaravelPassword

Provide convenient laravel command to encrypt password

Packagist

Installation

Get it on packagist :

composer require it-era/laravel-password

Add the provider to your config/app.php

    'providers' => [
        // ...
        ITera\LaravelPassword\Providers\LaravelServiceProvider::class,
        // ...
    ]

List of commands

make:password

Returns a hashed password.

Usage :

php artisan make:password {password?}

If password is not set, start a prompt asking for a password to encrypt

About

Provide convenient laravel command to encrypt password

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages