Download the PHP package spacedog4/ccreateuser without Composer
On this page you can find all versions of the php package spacedog4/ccreateuser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download spacedog4/ccreateuser
More information about spacedog4/ccreateuser
Files in spacedog4/ccreateuser
Download spacedog4/ccreateuser
More information about spacedog4/ccreateuser
Files in spacedog4/ccreateuser
Vendor spacedog4
Package ccreateuser
Short Description Laravel 5 command rapid create user
License MIT
Package ccreateuser
Short Description Laravel 5 command rapid create user
License MIT
Please rate this library. Is it a good library?
Informations about the package ccreateuser
Laravel Command Create User
Laravel command for rapid creating an user with default table
Installation
You can use composer to install the package
composer require spacedog4/ccreateuser
Next add the Spacedog4\Command\UserCreaterCommand
class to your console kernel
`
Requirements
This command just works with the default users table from laravel, it must have:
- an User Model
app/User
- a Laravel users table with the columns
name
,email
andpassword
Usage
This command will create an user
php artisan user-create {name} {email} {password}
Where...
name
is the user's name
email
is user's email
password
is user's password, it will be encrypted by Laravel Hash
All versions of ccreateuser with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^5.5.0
The package spacedog4/ccreateuser contains the following files
Loading the files please wait ....