{"id":19244838,"url":"https://github.com/conedevelopment/root","last_synced_at":"2026-04-01T17:09:23.258Z","repository":{"id":37900928,"uuid":"375648777","full_name":"conedevelopment/root","owner":"conedevelopment","description":"Root is an admin package for Laravel applications.","archived":false,"fork":false,"pushed_at":"2026-03-18T06:56:18.000Z","size":38022,"stargazers_count":37,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-03-18T22:47:16.445Z","etag":null,"topics":["admin","dashboard","laravel"],"latest_commit_sha":null,"homepage":"https://root.conedevelopment.com","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/conedevelopment.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["iamgergo","adamlaki"]}},"created_at":"2021-06-10T09:50:57.000Z","updated_at":"2026-03-18T06:56:21.000Z","dependencies_parsed_at":"2022-07-13T02:50:28.028Z","dependency_job_id":"4324651e-4742-4fd8-b894-e9417c3fef9a","html_url":"https://github.com/conedevelopment/root","commit_stats":{"total_commits":1040,"total_committers":4,"mean_commits":260.0,"dds":"0.18557692307692308","last_synced_commit":"85973938135c272a28ec73dadbe39ef07b18e5d9"},"previous_names":[],"tags_count":124,"template":false,"template_full_name":null,"purl":"pkg:github/conedevelopment/root","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Froot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Froot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Froot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Froot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conedevelopment","download_url":"https://codeload.github.com/conedevelopment/root/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Froot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"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":["admin","dashboard","laravel"],"created_at":"2024-11-09T17:25:20.458Z","updated_at":"2026-04-01T17:09:23.233Z","avatar_url":"https://github.com/conedevelopment.png","language":"PHP","funding_links":["https://github.com/sponsors/iamgergo","https://github.com/sponsors/adamlaki"],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n    \u003ca href=\"https://root.conedevelopment.com/\"\u003e\n        \u003cbr\u003e\n        \u003cpicture\u003e\n            \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./.github/root-logo-dark.svg\"\u003e\n            \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./.github/root-logo-light.svg\"\u003e\n            \u003cimg alt=\"Root\" width=\"100\" src=\"./.github/root-logo-dark.svg\"\u003e\n        \u003c/picture\u003e\n        \u003cbr\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n**Root is an admin package for Laravel applications with extension support.**\n\n[![Github release](https://img.shields.io/github/v/release/conedevelopment/root?color=1583f9\u0026logo=github\u0026logoColor=white\u0026style=for-the-badge)](https://github.com/conedevelopment/root/releases)\n[![Back-end](https://img.shields.io/github/actions/workflow/status/conedevelopment/root/back-end.yml?branch=master\u0026logo=github\u0026label=Back-end\u0026style=for-the-badge)](https://github.com/conedevelopment/root/actions/workflows/back-end.yml)\n[![Coveralls](https://img.shields.io/coveralls/github/conedevelopment/root?color=1583f9\u0026style=for-the-badge)](https://coveralls.io/github/conedevelopment/root)\n[![License](https://img.shields.io/badge/license-MIT-1583f9?style=for-the-badge)](LICENSE)\n\n## Documentation\n\n- [Installation](https://root.conedevelopment.com/docs/installation) - Before moving on, please checkout the Laravel documentation about its installation, requirements and configuration.\n- [Resources](https://root.conedevelopment.com/docs/resources) - Resources are basically extra layers around models. Using resources it's easy to build up a CRUD workflow for a model.\n- [Fields](https://root.conedevelopment.com/docs/fields) - Fields are handlers for the model attributes.\n- [Filters](https://root.conedevelopment.com/docs/filters) - Filters are responsible for transforming the current request to a database query.\n- [Actions](https://root.conedevelopment.com/docs/actions) - Actions are responsible for performing a specific action on a set of models.\n- [Widgets](https://root.conedevelopment.com/docs/widgets) - Widgets are cards that display some information or any content you want to display.\n\n## Contributing\n\nThank you for considering contributing to Root! The contribution guide can be found in the [documentation](https://root.conedevelopment.com/docs/contribution).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconedevelopment%2Froot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconedevelopment%2Froot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconedevelopment%2Froot/lists"}