asorasoft / command
Simple laravel command
1.0
2020-09-11 11:09 UTC
This package is auto-updated.
Last update: 2024-10-25 17:26:51 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.