{"id":19040168,"url":"https://github.com/logisticinfotech/rightsmanagement-module","last_synced_at":"2026-06-26T09:32:04.828Z","repository":{"id":35207771,"uuid":"215972491","full_name":"logisticinfotech/rightsmanagement-module","owner":"logisticinfotech","description":"This is the wrapper of spatie/laravel-permission.","archived":false,"fork":false,"pushed_at":"2023-01-04T22:56:08.000Z","size":784,"stargazers_count":0,"open_issues_count":25,"forks_count":0,"subscribers_count":3,"default_branch":"origin/master","last_synced_at":"2025-07-31T05:18:12.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/logisticinfotech.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":"2019-10-18T08:03:48.000Z","updated_at":"2019-10-26T12:42:51.000Z","dependencies_parsed_at":"2023-01-15T16:13:05.128Z","dependency_job_id":null,"html_url":"https://github.com/logisticinfotech/rightsmanagement-module","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/logisticinfotech/rightsmanagement-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logisticinfotech%2Frightsmanagement-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logisticinfotech%2Frightsmanagement-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logisticinfotech%2Frightsmanagement-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logisticinfotech%2Frightsmanagement-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logisticinfotech","download_url":"https://codeload.github.com/logisticinfotech/rightsmanagement-module/tar.gz/refs/heads/origin/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logisticinfotech%2Frightsmanagement-module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34811915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-08T22:20:56.058Z","updated_at":"2026-06-26T09:32:04.808Z","avatar_url":"https://github.com/logisticinfotech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"php artisan module:update\nphp artisan migrate\n\n`admins` routes prefix required, works best with `inspania` theme, minimum `bootstrap 4` required\n\n# Config\nFor Congifuration you can fire\n- `php artisan vendor:publish` and select appropriate option which will generate file named `config/rightsmanagement.php` with variables\n- You can generate file manually at `config/rightsmanagement.php` here are the list of\n```\n\u003c?php\n    return [\n        'name' =\u003e 'RightsManagement',\n        'routePrefix' =\u003e 'admins', // no trailing slash required\n        'authGuard' =\u003e 'admin',\n        'layoutIncludes' =\u003e 'admin.include' // no trailing fullstop required\n    ];\n```\n\n# In Your Admin Model\nplease add `use HasRoles;` to your model\n```\nuse Spatie\\Permission\\Traits\\HasRoles;\nclass Admin extends Authenticatable\n{\n    use HasRoles;\n```\n\n\n# For Dev of this package\n\nfor versioning\nreplace `X` with next version\n`git tag vX.X.X`\n`git push origin vX.X.X`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogisticinfotech%2Frightsmanagement-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogisticinfotech%2Frightsmanagement-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogisticinfotech%2Frightsmanagement-module/lists"}