Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amdad121/user-creator-laravel

Command line user creator for Laravel
https://github.com/amdad121/user-creator-laravel

comand-line laravel user-creation

Last synced: 2 months ago
JSON representation

Command line user creator for Laravel

Awesome Lists containing this project

README

        

# Command line user creator for Laravel

[![Latest Version on Packagist](https://img.shields.io/packagist/v/amdadulhaq/user-creator-laravel.svg?style=flat-square)](https://packagist.org/packages/amdadulhaq/user-creator-laravel)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/amdad121/user-creator-laravel/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/amdad121/user-creator-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/amdad121/user-creator-laravel/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/amdad121/user-creator-laravel/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/amdadulhaq/user-creator-laravel.svg?style=flat-square)](https://packagist.org/packages/amdadulhaq/user-creator-laravel)

This is simple commandline user creator for Laravel.

## Installation

You can install the package via composer:

```bash
composer require amdadulhaq/user-creator-laravel --dev
```

## Usage

```bash
php artisan user:create
```

or

```bash
php artisan user:create JohnDoe [email protected] password
```

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Amdadul Haq](https://github.com/amdad121)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.