Package Data | |
---|---|
Maintainer Username: | Laracademy |
Maintainer Contact: | michael@laracademy.co (Michael McMullen) |
Package Create Date: | 2016-11-10 |
Package Last Update: | 2017-02-13 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 15:02:01 |
Package Statistics | |
---|---|
Total Downloads: | 144 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 17 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laracademy make:user
Command - provides you with a simplistic artisan command to generate users from the console.
Author(s):
composer require "laracademy/commands.make-user"
The easiest method is to add the following into your config/app.php
file
Laracademy\Make\MakeServiceProvider::class
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] [--] <email>
php artisan make:user support@laracademy.co
php artisan make:user support@laracademy.co --name=Mickey
php artisan make:user support@laracademy.co --password=Y
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
make-user is open-sourced software licensed under the MIT license
Please add as many details as possible regarding submission of issues and feature requests
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.