PHPackages                             dlucks/laravel-make-user - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. dlucks/laravel-make-user

ActiveLibrary[CLI &amp; Console](/categories/cli)

dlucks/laravel-make-user
========================

Laravel package for creating users by Artisan command

1.0.1(8y ago)025MITPHPPHP &gt;=5.4

Since Sep 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dlucks/laravel-make-user)[ Packagist](https://packagist.org/packages/dlucks/laravel-make-user)[ Docs](https://github.com/dlucks/laravel-make-user)[ RSS](/packages/dlucks-laravel-make-user/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel MakeUser (Laravel 5 Package)
====================================

[](#laravel-makeuser-laravel-5-package)

This is a simple Laravel package to create users by Artisan command.

Installation
------------

[](#installation)

Install package via composer:

```
composer require dlucks/laravel-make-user

```

Register service provider in `config/app.php` of your project (you can skip this step when using Laravel 5.5 or higher, because of the package discovery feature):

```
'providers' => [

    // ...

    MakeUser\Providers\MakeUserServiceProvider::class,
],
```

Copy configurations and translations into project:

```
php artisan vendor:publish --tag=make_user

```

Configuration
-------------

[](#configuration)

After publishing the vendor files there is a new configuration file `config/make_user.php` in your project. Within this file you can set a couple of configurations:

ParameterDescription`user_class`Class name of the user model (default `'App\User'`).`role_class`Class name of the role model (default `'App\Role'`).`user_validation_rules`Array of validation rules to use for user creation.`user_roles_relation_method`Name of the method in user model to access the `BelongsToMany` relation to users roles (default `roles`).`hash_password`Flag to indicate if to hash the given password before saving (default `true`).Usage
-----

[](#usage)

To create a new user execute the `make:user` command and set an email address as a parameter:

```
php artisan make:user lucks.daniel@googlemail.com

```

During the command execution you will be asked for a password and for roles to be attached to the created user.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3216d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/574746?v=4)[Daniel Lucks](/maintainers/dlucks)[@dlucks](https://github.com/dlucks)

---

Top Contributors

[![dlucks](https://avatars.githubusercontent.com/u/574746?v=4)](https://github.com/dlucks "dlucks (4 commits)")

---

Tags

laravellaravel-5-package

### Embed Badge

![Health badge](/badges/dlucks-laravel-make-user/health.svg)

```
[![Health](https://phpackages.com/badges/dlucks-laravel-make-user/health.svg)](https://phpackages.com/packages/dlucks-laravel-make-user)
```

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
