2017 © Pedro Peláez
 

library laravel-make-user

An Artisan console command to create users in your Laravel application.

image

dyrynda/laravel-make-user

An Artisan console command to create users in your Laravel application.

  • Wednesday, February 28, 2018
  • by michaeldyrynda
  • Repository
  • 1 Watchers
  • 61 Stars
  • 983 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 6 Versions
  • 55 % Grown

The README.md

Laravel Make User

v7.0.0

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads License Dependency Status Buy us a tree, (*1)

Introduction

Out of the box, Laravel makes it really simple to scaffold out with its authentication quickstart. Whilst this makes it really easy to register and authenticate users, for many of the applications I find myself building, we usually remove the ability for visitors to register themselves., (*2)

I still need a way to get users into those applications, however, and whilst they're in early development this usually involves firing up Laravel Tinker. This can be a tedious process, and one that I repeat many times over., (*3)

This package aims to solve the repetition problem by providing a convenient make:user Artisan command., (*4)

Version compatibility

Laravel Package
5.4.* 1.0.*
5.5.* 2.0.*
5.6.* 3.0.*
5.7.* 4.0.*
5.8.* 5.0.*
6.x 6.0.*
7.x 7.0.*

Code Samples

This package exposes a make:user command, which is accessed via the Artisan command line utility. The package will use the model defined in your auth.providers.users.model configuration value., (*5)

php artisan make:user

This package runs on the assumption that you are using Laravel's default users table structure. You can specify additional fields when prompted., (*6)

Installation

This package is installed via Composer. To install, run the following command., (*7)

composer require dyrynda/laravel-make-user

Support

If you are having general issues with this package, feel free to contact me on Twitter., (*8)

If you believe you have found an issue, please report it using the GitHub issue tracker, or better yet, fork the repository and submit a pull request., (*9)

If you're using this package, I'd love to hear your thoughts. Thanks!, (*10)

Treeware

You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree., (*11)

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats., (*12)

You can buy trees here, (*13)

Read more about Treeware at treeware.earth, (*14)

The Versions

28/02 2018

dev-master

9999999-dev

An Artisan console command to create users in your Laravel application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel console artisan

28/02 2018

3.0.0

3.0.0.0

An Artisan console command to create users in your Laravel application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel console artisan

04/10 2017

2.0.0

2.0.0.0

An Artisan console command to create users in your Laravel application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel console artisan

04/07 2017

1.0.2

1.0.2.0

An Artisan console command to create users in your Laravel application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel console artisan

13/06 2017

1.0.1

1.0.1.0

An Artisan console command to create users in your Laravel application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel console artisan

09/06 2017

1.0.0

1.0.0.0

An Artisan console command to create users in your Laravel application.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel console artisan