Package Data | |
---|---|
Maintainer Username: | arielcr |
Maintainer Contact: | bassplayer85@gmail.com (Ariel Orozco) |
Package Create Date: | 2015-07-07 |
Package Last Update: | 2015-07-07 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:16:51 |
Package Statistics | |
---|---|
Total Downloads: | 14 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Command to convert a string to a Laravel hashed password to use directly on the database.
{
"require": {
"arielcr/laravel5-hasher": "dev-master"
}
}
Then run composer update
Add the service provider to config/app.php
:
'providers' => [
// ...
'Laravel\Hasher\HasherServiceProvider',
],
You're all set. Run php artisan
from the console, and you'll see the new command.
php artisan hash password=123456