{"id":30499852,"url":"https://github.com/denizozturk/quick-command","last_synced_at":"2026-05-03T12:31:17.976Z","repository":{"id":56761984,"uuid":"524798662","full_name":"denizozturk/quick-command","owner":"denizozturk","description":"This is a collection of quick commands for your Laravel project. It includes commands for actions, enums, helper, traits, etc.","archived":false,"fork":false,"pushed_at":"2022-08-14T23:07:18.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T05:26:04.833Z","etag":null,"topics":["action","command","concern","contract","enum","helper","laravel","quick","trait"],"latest_commit_sha":null,"homepage":"","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/denizozturk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-14T23:02:19.000Z","updated_at":"2025-04-08T21:29:58.000Z","dependencies_parsed_at":"2022-08-16T02:00:58.735Z","dependency_job_id":null,"html_url":"https://github.com/denizozturk/quick-command","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/denizozturk/quick-command","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denizozturk%2Fquick-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denizozturk%2Fquick-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denizozturk%2Fquick-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denizozturk%2Fquick-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denizozturk","download_url":"https://codeload.github.com/denizozturk/quick-command/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denizozturk%2Fquick-command/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272022515,"owners_count":24860207,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"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":["action","command","concern","contract","enum","helper","laravel","quick","trait"],"created_at":"2025-08-25T07:18:38.646Z","updated_at":"2026-05-03T12:31:12.943Z","avatar_url":"https://github.com/denizozturk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `quick-command`\n\nThis is a collection of quick commands for your Laravel project. It includes commands for actions, enums, helper, traits, etc.\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/denizozturk/quick-command.svg?style=flat-square)](https://packagist.org/packages/denizozturk/quick-command)\n[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/denizozturk/quick-command/run-tests?label=tests)](https://github.com/denizozturk/quick-command/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/denizozturk/quick-command.svg?style=flat-square)](https://packagist.org/packages/denizozturk/quick-command)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require denizozturk/quick-command\n```\n\n## Usage\n\n```php\nphp artisan quick:make CollectionName --type=action\n```\n\n\u003e **Note**\n\u003e You can use `php artisan quick:make` command with `--type=action` or `--type=contract` or `--type=enum` or `--type=helper` or `--type=trait`\n\n\u003e **Warning**\n\u003e If you created a global helper, you should update your `compose.json` file. As you can see in the example below:\n\n```json\n{\n  \"autoload\": {\n    \"files\": [\n      \"app/Helpers/helpers.php\"\n    ]\n  }\n}\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## TODO\n\n- [ ] Add support to more types\n- [ ] Add support for useful patterns\n- [ ] Add support arguments for commands\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/denizozturk/.github/blob/main/CONTRIBUTING.md) for details.\n\n## Credits\n\n- [Deniz ÖZTÜRK](https://github.com/denizozturk)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenizozturk%2Fquick-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenizozturk%2Fquick-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenizozturk%2Fquick-command/lists"}