{"id":33948872,"url":"https://github.com/defrindr/laravel-crudify","last_synced_at":"2026-04-22T02:32:26.460Z","repository":{"id":231541699,"uuid":"782016003","full_name":"defrindr/laravel-crudify","owner":"defrindr","description":"Easy things to generate CRUD with laravel.","archived":false,"fork":false,"pushed_at":"2024-07-02T15:37:41.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-14T07:43:30.949Z","etag":null,"topics":["crud","generator","laravel","library","php"],"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/defrindr.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-04T13:30:11.000Z","updated_at":"2024-07-02T15:37:45.000Z","dependencies_parsed_at":"2024-04-04T14:53:59.353Z","dependency_job_id":"e1b8671e-8d34-4d24-9fa0-0b006a057c42","html_url":"https://github.com/defrindr/laravel-crudify","commit_stats":null,"previous_names":["defrindr/laravel-crudify"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/defrindr/laravel-crudify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrindr%2Flaravel-crudify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrindr%2Flaravel-crudify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrindr%2Flaravel-crudify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrindr%2Flaravel-crudify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defrindr","download_url":"https://codeload.github.com/defrindr/laravel-crudify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrindr%2Flaravel-crudify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32118103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":["crud","generator","laravel","library","php"],"created_at":"2025-12-12T18:54:19.468Z","updated_at":"2026-04-22T02:32:26.453Z","avatar_url":"https://github.com/defrindr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel CRUDIFY\n\nEasy things to generate CRUD with laravel.\n\n## Installation\n\n```sh\ncomposer require defrindr/crudify\n```\n\n## Usage\n\n1. Running generator\n  ```sh\n  php artisan crudify:gen --module={module name} {model name}\n  ```\n  It will generate Model, Controller, Service, Request, and Resource in same time\n2. Register to route\n  ```php\n  Route::resource(ExampleController::class);\n  ```\n\n\n## Publish Package\n\n```sh\nphp artisan vendor:publish --provider=\"Defrindr\\Crudify\\CrudifyServiceProvider\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefrindr%2Flaravel-crudify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefrindr%2Flaravel-crudify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefrindr%2Flaravel-crudify/lists"}