2017 © Pedro Peláez
 

library laravel-user-commands

image

mcmatters/laravel-user-commands

  • Sunday, July 30, 2017
  • by MCMatters
  • Repository
  • 1 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 36 % Grown

The README.md

Laravel User Commands

Package with laravel user commands., (*1)

Installation

composer require mcmatters/laravel-user-commands

Include the service provider within your config/app.php file., (*2)

'providers' => [
    McMatters\UserCommands\ServiceProvider::class,
]

Publish the configuration., (*3)

php artisan vendor:publish --provider="McMatters\UserCommands\ServiceProvider"

Then open the config/user-commands.php and configure namespaces for your models., (*4)

Requirements

This package requires php 7.0 or higher and Laravel 5.2 or higher., (*5)

Usage

Available commands:, (*6)

  • php artisan user:assign-role {user} {role} - Attach role for given user
  • php artisan user:sanitize - Sanitize all user emails. You can configure which users should be taken through the scopes
  • php artisan user:update-password {user} - Update password for given user

The Versions

30/07 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Dmitry Borzyonok

30/07 2017

v1.0.2

1.0.2.0

  Sources   Download

MIT

The Requires

 

by Dmitry Borzyonok

28/06 2017

v1.0.1

1.0.1.0

  Sources   Download

MIT

The Requires

 

by Dmitry Borzyonok

28/06 2017

v1.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by Dmitry Borzyonok