PHPackages                             laracademy/make - 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. laracademy/make

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

laracademy/make
===============

This package provides you with a simplistic `php artisan make:user` command

1.2(9y ago)17147MITPHP

Since Nov 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/laracademy/commands.make-user)[ Packagist](https://packagist.org/packages/laracademy/make)[ RSS](/packages/laracademy-make/feed)WikiDiscussions master Synced 1mo ago

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

Laracademy Generators
=====================

[](#laracademy-generators)

[![Latest Stable Version](https://camo.githubusercontent.com/439e299d3d26d5d1866b95a4b22d5ec3b79a78e9138935c6e06d3a6daed9e75b/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f6d616b652f762f737461626c65)](https://packagist.org/packages/laracademy/make) [![Total Downloads](https://camo.githubusercontent.com/63ba2a48f1207bf2528cf229f5e014dee06b0a515154a4bd915d63cec531beb8/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f6d616b652f646f776e6c6f616473)](https://packagist.org/packages/laracademy/make) [![Latest Unstable Version](https://camo.githubusercontent.com/ae603ce6d7873fe1343e11abddc9dda40905075409bdc53efbde9d021658cf95/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f6d616b652f762f756e737461626c65)](https://packagist.org/packages/laracademy/make) [![License](https://camo.githubusercontent.com/d45ad44062d78a2ec37981e6fdb7d87e36e21e8ed86b1a8c55ddbb7ee6cd0ca5/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f6d616b652f6c6963656e7365)](https://packagist.org/packages/laracademy/make)

**Laracademy `make:user` Command** - provides you with a simplistic artisan command to generate users from the console.

**Author(s):**

- [Laracademy](https://laracademy.co) ([@laracademy](http://twitter.com/laracademy), )

Requirements
------------

[](#requirements)

1. PHP 5.6+
2. Laravel 5.2+

Usage
-----

[](#usage)

### Step 1: Install through Composer

[](#step-1-install-through-composer)

```
composer require "laracademy/commands.make-user"

```

### Step 2: Add the Service Provider

[](#step-2-add-the-service-provider)

The easiest method is to add the following into your `config/app.php` file

```
Laracademy\Make\MakeServiceProvider::class
```

### Step 3: Artisan Command

[](#step-3-artisan-command)

Now that you have successfully installed the package you can run `php artisan`. You should now see an option for `make:user`

```
make:user [options] [--]

```

### Valid Options

[](#valid-options)

- name
    - This is the name you would like to assign to the user, if not supplied the email address will be used.
- password
    - This is the password you would like to assign to the user, if not supplied a random 8 characters will be used.

Examples
--------

[](#examples)

### Generating a random user

[](#generating-a-random-user)

```
php artisan make:user support@laracademy.co

```

### Assigning the user's name when generating their account

[](#assigning-the-users-name-when-generating-their-account)

```
php artisan make:user support@laracademy.co --name=Mickey

```

### Assigning the user's password when generating their account

[](#assigning-the-users-password-when-generating-their-account)

```
php artisan make:user support@laracademy.co --password=Y

```

### Accessing a different User Model

[](#accessing-a-different-user-model)

```
php artisan make:user support@laracademy.co --userclass=\\App\\Models\\User

```

*please note that double backslashes must be used in order to be picked up correctly*

License
-------

[](#license)

make-user is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

### Bug Reporting and Feature Requests

[](#bug-reporting-and-feature-requests)

Please add as many details as possible regarding submission of issues and feature requests

### Disclaimer

[](#disclaimer)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~4 days

Total

2

Last Release

3464d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c554112713a408512e3c5986a02d598f235daa4e6683c52b0b2ec873e6cb175?d=identicon)[Laracademy](/maintainers/Laracademy)

---

Top Contributors

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

---

Tags

laravel

### Embed Badge

![Health badge](/badges/laracademy-make/health.svg)

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

PHPackages © 2026

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