2017 © Pedro Peláez
 

library laravel-users-cli

Create, manage and delete the standard App\User model throgh your terminal Edit

image

ecomputer/laravel-users-cli

Create, manage and delete the standard App\User model throgh your terminal Edit

  • Thursday, February 16, 2017
  • by DevNIX
  • Repository
  • 6 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Laravel users CLI

Create, manage and delete the standard App\User model throgh your terminal, (*1)

Installation

  1. Run on your Laravel project, (*2)

    composer require ecomputer/laravel-users-cli
    
  2. In your config/app.php file, register Ecomputer\LaravelUsersCLI\LaravelUsersCLIServiceProvider::class as a new provider, (*3)

    'providers' => [
    // ...
    Ecomputer\LaravelUsersCLI\LaravelUsersCLIServiceProvider::class,
    // ...
    ]
    
  3. Done!, (*4)

Example

List command example, (*5)

Available commands

Create

Create a basic Laravel user, step by step, (*6)

php artisan ecomputer:users:create

Delete

Delete a user. If you run the command without parameters Artisan will give you a choice filled with all the registered users. You can select an user with the arrow keys, with a numeric option, or autocompleting while writing the name of the user., (*7)

php artisan ecomputer:users:delete

If you know the ID of the user you want to delete, just pass it as a parameter., (*8)

php artisan ecomputer:users:delete --id=1

In all cases, the assistant will be gentle and will ask you for confirmation (defaults to no, for avoiding accidents)., (*9)

List

Gives a complete list of all the registered users., (*10)

php artisan ecomputer:users:list

The Versions

16/02 2017

dev-master

9999999-dev

Create, manage and delete the standard App\User model throgh your terminal Edit

  Sources   Download

GPL-3.0

by Pablo Largo Mohedano

16/02 2017

0.1.0.4

0.1.0.4

Create, manage and delete the standard App\User model throgh your terminal Edit

  Sources   Download

GPL-3.0

by Pablo Largo Mohedano

16/02 2017

0.1.0.2

0.1.0.2

Create, manage and delete the standard App\User model throgh your terminal Edit

  Sources   Download

GPL-3.0

by Pablo Largo Mohedano

16/02 2017

0.1

0.1.0.0

Create, manage and delete the standard App\User model throgh your terminal Edit

  Sources   Download

GPL-3.0

by Pablo Largo Mohedano