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

https://github.com/maxkostinevich/create-user-artisan-command

Artisan command to add a new user
https://github.com/maxkostinevich/create-user-artisan-command

artisan artisan-command laravel php

Last synced: about 2 months ago
JSON representation

Artisan command to add a new user

Awesome Lists containing this project

README

          

---

# Create New User Artisan Command

## How to use

Create new command using the following command:

```
php artisan make:command UsersCreate
```

And replace ```UsersCreate.php``` in ```app/Console/Commands/```

### Subscribe to our [Youtube Channel](https://www.youtube.com/channel/UCxcoXXEjRERiLX1ixP-3Vew)

---
### [MIT License](https://opensource.org/licenses/MIT)
(c) 2019 [Laravel 101](https://laravel101.com) - All rights reserved.