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
- Host: GitHub
- URL: https://github.com/maxkostinevich/create-user-artisan-command
- Owner: maxkostinevich
- Created: 2019-04-26T08:50:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T08:51:26.000Z (about 7 years ago)
- Last Synced: 2025-06-10T22:12:04.333Z (about 1 year ago)
- Topics: artisan, artisan-command, laravel, php
- Language: PHP
- Homepage: http://laravel101.com
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
