{"id":20208658,"url":"https://github.com/orchidsoftware/crud","last_synced_at":"2025-05-16T19:02:21.293Z","repository":{"id":39908966,"uuid":"300097351","full_name":"orchidsoftware/crud","owner":"orchidsoftware","description":"Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.","archived":false,"fork":false,"pushed_at":"2025-05-05T07:55:56.000Z","size":273,"stargazers_count":149,"open_issues_count":26,"forks_count":40,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-05T08:39:26.653Z","etag":null,"topics":["admin","crud","dashboard","eloquent","hacktoberfest","laravel","laravel-crud"],"latest_commit_sha":null,"homepage":"https://orchid.software","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/orchidsoftware.png","metadata":{"funding":{"github":"orchidsoftware","patreon":null,"open_collective":"orchid","ko_fi":null,"tidelift":null,"custom":null},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-01T00:30:24.000Z","updated_at":"2025-05-05T07:56:00.000Z","dependencies_parsed_at":"2024-04-16T23:02:05.978Z","dependency_job_id":"b4108c1d-bd5e-4dff-be93-0d6af029ee90","html_url":"https://github.com/orchidsoftware/crud","commit_stats":{"total_commits":247,"total_committers":18,"mean_commits":"13.722222222222221","dds":"0.23886639676113364","last_synced_commit":"1ddb2bc1dc65d97223bb1bb2144ecfcb2d5a8d6d"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchidsoftware%2Fcrud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchidsoftware%2Fcrud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchidsoftware%2Fcrud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchidsoftware%2Fcrud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orchidsoftware","download_url":"https://codeload.github.com/orchidsoftware/crud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253459011,"owners_count":21911956,"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":["admin","crud","dashboard","eloquent","hacktoberfest","laravel","laravel-crud"],"created_at":"2024-11-14T05:36:31.026Z","updated_at":"2025-05-16T19:02:21.232Z","avatar_url":"https://github.com/orchidsoftware.png","language":"PHP","funding_links":["https://github.com/sponsors/orchidsoftware","https://opencollective.com/orchid"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" style=\"margin: 1.5em!important;\"\u003e \n \u003ca href=\"https://github.com/orchidsoftware/crud\"\u003e\u003cimg src=\"https://orchid.software/img/logo-crud-space.svg\" alt=\"Laravel Orchid CRUD\" height=\"148\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/orchidsoftware/crud/actions\"\u003e\u003cimg src=\"https://github.com/orchidsoftware/crud/workflows/Tests/badge.svg\" alt=\"Tests\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/orchid\"\u003e\u003cimg src=\"https://img.shields.io/opencollective/all/orchid\" alt=\"Open Collective backers and sponsors\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/orchid/crud\"\u003e\u003cimg alt=\"Packagist\" src=\"https://img.shields.io/packagist/dt/orchid/crud.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/orchid/crud\"\u003e\u003cimg alt=\"Packagist Version\" src=\"https://img.shields.io/packagist/v/orchid/crud.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Introduction\n\n\u003ca href=\"https://orchid.software/\" target=\"blank\"\u003eLaravel Orchid\u003c/a\u003e has provided a unique experience for writing applications. Still, sometimes a simple CRUD needs to be done when it might seem overkill. Therefore, we have created a new package aimed at developers who want to quickly create a user interface for eloquent models with functions such as creating, reading, updating, and deleting.\n\n\nYou can describe the entire process using one file. And when you need more options, it's easy to switch to using the platform.\nAll fields, filters, and traits are compatible.\n\n\n## Official Documentation\n\nDocumentation for CRUD can be found on the [orchid.software](https://orchid.software/en/docs/packages/crud/#introduction) website.\n\n\n## Roadmap\n\nThis roadmap isn't meant to cover everything we're going to work on. We will continue to invest in making CRUD easier to use and easier to manage.\nWe want to do:\n- [x] Add setting for displaying and restoring deleted models with `Illuminate\\Database\\Eloquent\\SoftDeletes`;\n- [x] Add the ability to perform actions for multiple models;\n- [ ] Support of nested relations when viewing  \n\nIt is an active community, so expect more contributions that will complement it with all sorts of other improvements to help improve production.\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Communication Channels\n\nYou can find help and discussion in the following places:\n\n* Start a new discussion [https://github.com/orchidsoftware/platform/discussions/new](https://github.com/orchidsoftware/platform/discussions/new)\n* Create issue [https://github.com/orchidsoftware/crud/issues/new](https://github.com/orchidsoftware/crud/issues/new)\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## License\n\nPlease see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchidsoftware%2Fcrud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forchidsoftware%2Fcrud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchidsoftware%2Fcrud/lists"}