{"id":16817128,"url":"https://github.com/rap2hpoutre/create-user-command","last_synced_at":"2025-03-22T03:31:22.345Z","repository":{"id":53723613,"uuid":"76567654","full_name":"rap2hpoutre/create-user-command","owner":"rap2hpoutre","description":"🦀 Create User with artisan","archived":false,"fork":false,"pushed_at":"2021-03-17T22:40:44.000Z","size":18,"stargazers_count":20,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-18T07:32:41.618Z","etag":null,"topics":["artisan","artisan-command","laravel"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rap2hpoutre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-15T14:39:49.000Z","updated_at":"2024-01-04T15:48:18.000Z","dependencies_parsed_at":"2022-09-10T06:31:00.658Z","dependency_job_id":null,"html_url":"https://github.com/rap2hpoutre/create-user-command","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fcreate-user-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fcreate-user-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fcreate-user-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fcreate-user-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rap2hpoutre","download_url":"https://codeload.github.com/rap2hpoutre/create-user-command/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902929,"owners_count":20529114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artisan","artisan-command","laravel"],"created_at":"2024-10-13T10:46:16.915Z","updated_at":"2025-03-22T03:31:21.959Z","avatar_url":"https://github.com/rap2hpoutre.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel User Command\n\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n\nCreate a user with artisan command.\n## Install\nInstall via composer\n```\ncomposer require rap2hpoutre/create-user-command\n```\nAdd the Create User command to `app/Console/Kernel.php` in protected `$commands` array\n```php\n\\Rap2hpoutre\\CreateUser\\Command::class,\n```\n\n## Usage\n\nDefine fillable attributes in your `User` class.\n\n```\nprotected $fillable = ['name', 'email', 'role'];\n```\n\nThen, run `user:create` command.\n\n![demo](demo.gif)\n\n## Why\n\nSometimes, I have to manually create user (with no web interface).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frap2hpoutre%2Fcreate-user-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frap2hpoutre%2Fcreate-user-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frap2hpoutre%2Fcreate-user-command/lists"}