{"id":21287553,"url":"https://github.com/painlesscode/breeze-multiauth","last_synced_at":"2026-03-12T21:12:05.154Z","repository":{"id":57035162,"uuid":"319985479","full_name":"painlesscode/breeze-multiauth","owner":"painlesscode","description":"Multi authentication guard generator for laravel breeze.","archived":false,"fork":false,"pushed_at":"2022-10-18T09:52:55.000Z","size":75,"stargazers_count":47,"open_issues_count":1,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-03T15:46:51.146Z","etag":null,"topics":["authentication","laravel","multi-auth-laravel"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/painlesscode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-09T14:41:50.000Z","updated_at":"2025-05-24T22:23:15.000Z","dependencies_parsed_at":"2022-08-23T20:50:50.833Z","dependency_job_id":null,"html_url":"https://github.com/painlesscode/breeze-multiauth","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/painlesscode/breeze-multiauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/painlesscode%2Fbreeze-multiauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/painlesscode%2Fbreeze-multiauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/painlesscode%2Fbreeze-multiauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/painlesscode%2Fbreeze-multiauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/painlesscode","download_url":"https://codeload.github.com/painlesscode/breeze-multiauth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/painlesscode%2Fbreeze-multiauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30444405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T20:23:30.529Z","status":"ssl_error","status_checked_at":"2026-03-12T20:23:14.027Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["authentication","laravel","multi-auth-laravel"],"created_at":"2024-11-21T12:13:48.762Z","updated_at":"2026-03-12T21:12:05.138Z","avatar_url":"https://github.com/painlesscode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Breeze Multiauth\n\n[![Laravel](https://github.com/painlesscode/breeze-multiauth/workflows/Laravel/badge.svg)](https://github.com/painlesscode/breeze-multiauth/actions?query=workflow%3ALaravel)\n\nlaravel breeze with multi authentication system.\n\nIf you want to create standalone authentication system like default laravel user authentication system but using different guard, this package will help you.\n\n## Installation\nYou can install the package via composer:\n``` bash\ncomposer require painlesscode/breeze-multiauth --dev\n```\n \n## Usage\n\nYou just need to run one artisan command.\n```sh\nphp artisan breeze:multiauth Administrator\n```\nHere, `Administrator` is the role name of newly created authentication system.\n\n\nYou can log in with `http://example.com/administrator/login`\n\nThis Package does not provides assets (css/js) by default.\n\nIf you want assets too, you can run\n```sh\nphp artisan breeze:multiauth Administrator --asset\n```\n\nIf you want to replace existing files, you can run\n```sh\nphp artisan breeze:multiauth Administrator --force\n```\n\nNow, Migrate,\n\n```sh\nphp artisan migrate\n```\n\n## Test\nYou can test newly created authentication system by\n```sh\nphp artisan test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpainlesscode%2Fbreeze-multiauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpainlesscode%2Fbreeze-multiauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpainlesscode%2Fbreeze-multiauth/lists"}