{"id":22823141,"url":"https://github.com/Rayiumir/TaskSquad","last_synced_at":"2025-08-10T12:32:19.547Z","repository":{"id":265333243,"uuid":"894752357","full_name":"Rayiumir/TaskLaravel","owner":"Rayiumir","description":"A Tasks Management Project Based on Laravel and Livewire","archived":false,"fork":false,"pushed_at":"2024-12-07T00:03:07.000Z","size":2421,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-07T01:18:40.939Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rayiumir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-26T23:27:18.000Z","updated_at":"2024-12-07T00:03:11.000Z","dependencies_parsed_at":"2024-11-29T00:36:15.967Z","dependency_job_id":null,"html_url":"https://github.com/Rayiumir/TaskLaravel","commit_stats":null,"previous_names":["rayiumir/tasklaravel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayiumir%2FTaskLaravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayiumir%2FTaskLaravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayiumir%2FTaskLaravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayiumir%2FTaskLaravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rayiumir","download_url":"https://codeload.github.com/Rayiumir/TaskLaravel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229412544,"owners_count":18068943,"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":[],"created_at":"2024-12-12T16:14:25.321Z","updated_at":"2025-08-10T12:32:19.520Z","avatar_url":"https://github.com/Rayiumir.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./art/Dark_TaskSquad.png\"\u003e\n        \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./art/Light_TaskSquad.png\"\u003e\n        \u003cimg alt=\"TaskSquad Logo\" src=\"./art/Light_TaskSquad.png\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n## TaskSquad\n\nA Tasks Management Project Based on Laravel and Livewire \n\n## How to use\n\n```bash\ngit clone https://github.com/Rayiumir/TaskSquad.git\ncd TaskSquad/\ncomposer install\ncp .env.example .env\nphp artisan migrate --seed\nphp artisan key:generate\nphp artisan serve\n```\n\n## ScreenShots\n\n### Admin\n\n\u003ctable class=\"table\"\u003e\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eAdmin Index\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eUsers\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eGroups\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eRoles\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./screenshots/admin/admin_index.png\" width=\"100%\" alt=\"Admin Index\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./screenshots/admin/users_index.png\" width=\"100%\" alt=\"Users\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./screenshots/admin/groups_index.png\" width=\"100%\" alt=\"Groups\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./screenshots/admin/roles_index.png\" width=\"100%\" alt=\"Roles\"\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\u003ctable class=\"table\"\u003e\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003ePermissions\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eTasks\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eProjects\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./screenshots/admin/permissions_index.png\" width=\"100%\" alt=\"Permissions\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./screenshots/admin/tasks_index.png\" width=\"100%\" alt=\"Tasks\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./screenshots/admin/projects_index.png\" width=\"100%\" alt=\"Projects\"\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n### User\n\n\u003ctable class=\"table\"\u003e\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eUser Index\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eTasks\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eProjects\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./screenshots/user/admin_index.png\" width=\"100%\" alt=\"Admin Index\"\u003e\n      \u003c/td\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./screenshots/user/tasks_index.png\" width=\"100%\" alt=\"Tasks\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./screenshots/user/projects_index.png\" width=\"100%\" alt=\"Projects\"\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRayiumir%2FTaskSquad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRayiumir%2FTaskSquad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRayiumir%2FTaskSquad/lists"}