PHPackages                             b61/portal-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. b61/portal-make-user

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

b61/portal-make-user
====================

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

1.0.0(7y ago)08[1 issues](https://github.com/nuclear-campain/Make-user/issues)MITPHPPHP ^7.1.3

Since Nov 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/nuclear-campain/Make-user)[ Packagist](https://packagist.org/packages/b61/portal-make-user)[ RSS](/packages/b61-portal-make-user/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Make user command
=================

[](#make-user-command)

**This package is heavily based on [Laravel make user](https://github.com/michaeldyrynda/laravel-make-user). All credits to him!**

Out of the box, Laravel makes it really simple to scaffold out with its [authentication quickstart](https://laravel.com/docs/5.7/authentication#authentication-quickstart). Whilst this makes it really easy to register and authenticate users, for many of the applications we are building, we usually remove the ability for visitors to register themselves.

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 we repeat many times over.

This package aims to solve the repetition problem by providing a convenient `make:user` Artisan command.

Code samples
------------

[](#code-samples)

This package exposs a `make:user` command, which is accessed via the Artisan command line utility. This package will use the model defined in your `auth.providers.users.model` configuration value.

```
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.

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

[](#installation)

This package is installed via [Composer](https://getcomposer.org/). To installl, run the following command.

```
composer require b61/portal-make-user

```

**NOTE:** Make sure u installed [spatie/laravel-permission](https://github.com/spatie/laravel-permission) before u start using the package.

Support
-------

[](#support)

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.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2723d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5157609?v=4)[Tim Joosten](/maintainers/Tjoosten)[@Tjoosten](https://github.com/Tjoosten)

---

Tags

consolelaravelartisan

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/b61-portal-make-user/health.svg)

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

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[recca0120/terminal

run laravel artisan command in web application

878410.9k2](/packages/recca0120-terminal)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[nunomaduro/laravel-console-summary

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

662.0M3](/packages/nunomaduro-laravel-console-summary)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)

PHPackages © 2026

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