Download the PHP package b61/portal-make-user without Composer
On this page you can find all versions of the php package b61/portal-make-user. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package portal-make-user
Make user command
This package is heavily based on Laravel make user. All credits to him!
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 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
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.
This package runs on the assumption that you are using Laravel's default users
table structure. You can specify additional fields when prompted.
Installation
This package is installed via Composer. To installl, run the following command.
NOTE: Make sure u installed spatie/laravel-permission before u start using the package.
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.
All versions of portal-make-user with dependencies
illuminate/support Version 5.7.*
illuminate/console Version 5.7.*
illuminate/database Version 5.7.*
illuminate/auth Version 5.7.*
illuminate/notifications Version 5.7.*
spatie/laravel-permission Version ^2.27