{"id":36399134,"url":"https://github.com/timwassenburg/laravel-action-generator","last_synced_at":"2026-01-11T16:01:45.955Z","repository":{"id":57070031,"uuid":"421901643","full_name":"timwassenburg/laravel-action-generator","owner":"timwassenburg","description":"Quickly generate actions for your Laravel projects","archived":false,"fork":false,"pushed_at":"2024-07-08T11:36:02.000Z","size":175,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T08:43:36.134Z","etag":null,"topics":["actions","cli","command-line","generator","laravel","php"],"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/timwassenburg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2021-10-27T16:54:48.000Z","updated_at":"2023-12-15T15:04:39.000Z","dependencies_parsed_at":"2024-04-15T12:55:26.861Z","dependency_job_id":null,"html_url":"https://github.com/timwassenburg/laravel-action-generator","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"a21590748c194374450704592fa7cd73f2908cfd"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/timwassenburg/laravel-action-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwassenburg%2Flaravel-action-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwassenburg%2Flaravel-action-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwassenburg%2Flaravel-action-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwassenburg%2Flaravel-action-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timwassenburg","download_url":"https://codeload.github.com/timwassenburg/laravel-action-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwassenburg%2Flaravel-action-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28312133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"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":["actions","cli","command-line","generator","laravel","php"],"created_at":"2026-01-11T16:01:30.618Z","updated_at":"2026-01-11T16:01:45.929Z","avatar_url":"https://github.com/timwassenburg.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"img/banner.png\" alt=\"Logo\"\u003e\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/timwassenburg/laravel-action-generator.svg?style=flat-square)](https://packagist.org/packages/timwassenburg/laravel-action-generator)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/timwassenburg/laravel-action-generator/run-tests.yml?branch=master\u0026label=tests\u0026style=flat-square)](https://github.com/timwassenburg/laravel-action-generator/actions?query=workflow%3Arun-tests+branch%3Amaster)\n[![Total Downloads](https://img.shields.io/packagist/dt/timwassenburg/laravel-action-generator.svg?style=flat-square)](https://packagist.org/packages/timwassenburg/laravel-action-generator)\n[![License](https://img.shields.io/packagist/l/timwassenburg/laravel-action-generator)](https://packagist.org/packages/timwassenburg/laravel-action-generator)\n\n\u003chr\u003e\n\n## Table of Contents\n  \u003col\u003e\n    \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#testing\"\u003eTesting\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#more-generator-packages\"\u003eMore generator packages\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\n## Installation\nInstall the package with composer.\n```bash\ncomposer require timwassenburg/laravel-action-generator --dev\n```\n\n## Usage\nRun the following command on the command-line to generate a new action.\n```\nphp artisan make:action {name}\n```\n\n## Testing\n\nRun the tests with:\n\n```bash\ncomposer test\n```\n\n## More generator packages\n\nLooking for more ways to speed up your workflow? Make sure to check out these packages.\n\n- [Laravel Action Generator](https://github.com/timwassenburg/laravel-action-generator)\n- [Laravel Pivot Table Generator](https://github.com/timwassenburg/laravel-pivot-table-generator)\n- [Laravel Repository Generator](https://github.com/timwassenburg/laravel-repository-generator)\n- [Laravel Service Generator](https://github.com/timwassenburg/laravel-service-generator)\n- [Laravel Trait Generator](https://github.com/timwassenburg/laravel-trait-generator)\n\nThe packages mentioned above are part of [Laravel Artisan Extender](https://github.com/timwassenburg/laravel-artisan-extender).\n\n## Contributing\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\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%2Ftimwassenburg%2Flaravel-action-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimwassenburg%2Flaravel-action-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimwassenburg%2Flaravel-action-generator/lists"}