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 2w ago

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 31% 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

2770d 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

[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.7k](/packages/larastan-larastan)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k89.4M575](/packages/laravel-passport)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k28.4M137](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k14.1M123](/packages/laravel-pulse)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)

PHPackages © 2026

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