asorasoft/command

Simple laravel command

1.0 2020-09-11 11:09 UTC

This package is auto-updated.

Last update: 2024-04-25 16:23:56 UTC


README

A simple laravel command

Installation

To install, you need to follow the below command in your root laravel project.

composer require asorasoft/command

Your need to register the command service provider in config/app.php file.

<?php

    /*
     * Package Service Providers...
     */
    Asorasoft\Command\AsorasoftCommandServiceProvider::class,

Available commands

Which process? [List user]:
  [0] List user
  [1] List role
  [2] List permission
  [3] Change user's password
  [4] Change E-mail address
 > 

License

This package is open-sourced software licensed under the MIT license.