{"id":20495421,"url":"https://github.com/tefoh/laravel-scaffold-command","last_synced_at":"2025-04-13T17:43:49.852Z","repository":{"id":57066377,"uuid":"406729125","full_name":"Tefoh/laravel-scaffold-command","owner":"Tefoh","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-15T11:11:57.000Z","size":12,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T08:45:11.610Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tefoh.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}},"created_at":"2021-09-15T11:10:24.000Z","updated_at":"2023-10-11T14:42:39.000Z","dependencies_parsed_at":"2022-08-24T07:41:11.328Z","dependency_job_id":null,"html_url":"https://github.com/Tefoh/laravel-scaffold-command","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tefoh%2Flaravel-scaffold-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tefoh%2Flaravel-scaffold-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tefoh%2Flaravel-scaffold-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tefoh%2Flaravel-scaffold-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tefoh","download_url":"https://codeload.github.com/Tefoh/laravel-scaffold-command/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248756582,"owners_count":21156791,"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-11-15T17:45:51.453Z","updated_at":"2025-04-13T17:43:49.833Z","avatar_url":"https://github.com/Tefoh.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel scaffold command\n\n## create all necessary files for crud operation with one command\n- model\n- resource controller, api or just regular crud controller\n- migration with fields\n- feature tests\n- views, if crud is not api\n    - index\n    - create\n    - show\n    - edit\n- resources, if crud is api\n    - resource class\n    - resource collection class\n\n\n## installation\n```bash\ncomposer require tefoh/laravel-scaffold-command\n```\nnext\n```bash\nphp artisan vendor:publish --tag=scaffold-stubs\n```\n\n### usage\n```bash\nphp artisan scaffold {your entity name}\n\nlike php artisan scaffold Category --fields=name:string,slug:string,parent_id:foreignId\n```\nenjoy :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftefoh%2Flaravel-scaffold-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftefoh%2Flaravel-scaffold-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftefoh%2Flaravel-scaffold-command/lists"}