{"id":14974693,"url":"https://github.com/thedragoncode/laravel-deploy-operations","last_synced_at":"2026-04-01T17:14:00.555Z","repository":{"id":37183229,"uuid":"317845207","full_name":"TheDragonCode/laravel-deploy-operations","owner":"TheDragonCode","description":"🚀 Performing any actions during the deployment process","archived":false,"fork":false,"pushed_at":"2025-04-10T09:18:00.000Z","size":4517,"stargazers_count":232,"open_issues_count":0,"forks_count":14,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T01:57:50.781Z","etag":null,"topics":["action","actions","cicd","deploy","deployment","deployments","dispatch","jobs","laravel","laravel-framework","migration","migration-tool","migrations","operations"],"latest_commit_sha":null,"homepage":"http://deploy-operations.dragon-code.pro","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/TheDragonCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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},"funding":{"custom":["https://boosty.to/dragon-code","https://yoomoney.ru/to/410012608840929","https://www.donationalerts.com/r/dragon_code"]}},"created_at":"2020-12-02T11:47:39.000Z","updated_at":"2025-04-10T09:18:02.000Z","dependencies_parsed_at":"2022-07-14T03:50:38.426Z","dependency_job_id":"9002664b-f481-4fc6-af12-d10def9ec355","html_url":"https://github.com/TheDragonCode/laravel-deploy-operations","commit_stats":{"total_commits":598,"total_committers":12,"mean_commits":"49.833333333333336","dds":"0.44314381270903014","last_synced_commit":"6a23bab2c4b1b6bcbd4c109bb9424a73c2ad33b2"},"previous_names":["thedragoncode/laravel-deploy-operations"],"tags_count":69,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Flaravel-deploy-operations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Flaravel-deploy-operations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Flaravel-deploy-operations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Flaravel-deploy-operations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheDragonCode","download_url":"https://codeload.github.com/TheDragonCode/laravel-deploy-operations/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248809032,"owners_count":21164895,"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":["action","actions","cicd","deploy","deployment","deployments","dispatch","jobs","laravel","laravel-framework","migration","migration-tool","migrations","operations"],"created_at":"2024-09-24T13:50:56.618Z","updated_at":"2026-04-01T17:14:00.547Z","avatar_url":"https://github.com/TheDragonCode.png","language":"PHP","funding_links":["https://boosty.to/dragon-code","https://yoomoney.ru/to/410012608840929","https://www.donationalerts.com/r/dragon_code"],"categories":[],"sub_categories":[],"readme":"# 🚀 Laravel Deploy Operations\n\n\u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://banners.beyondco.de/Laravel%20Deploy%20Operations.png?pattern=topography\u0026style=style_2\u0026fontSize=100px\u0026md=1\u0026showWatermark=1\u0026theme=dark\u0026packageManager=composer+require\u0026packageName=dragon-code%2Flaravel-deploy-operations\u0026description=Performing+any+actions+during+the+deployment+process\u0026images=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg\"\u003e\n    \u003cimg src=\"https://banners.beyondco.de/Deploy%20Operations.png?pattern=topography\u0026style=style_2\u0026fontSize=100px\u0026md=1\u0026showWatermark=1\u0026theme=light\u0026packageManager=composer+require\u0026packageName=dragon-code%2Flaravel-deploy-operations\u0026description=Performing+any+actions+during+the+deployment+process\u0026images=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg\" alt=\"Laravel Deploy Operations\"\u003e\n\u003c/picture\u003e\n\n[![Stable Version][badge_stable]][link_packagist]\n[![Total Downloads][badge_downloads]][link_packagist]\n[![Github Workflow Status][badge_build]][link_build]\n[![License][badge_license]][link_license]\n\n⚡ **Performing any actions during the deployment process**\n\nCreate specific classes for a one-time or more-time usage, that can be executed automatically after each deployment.\nPerfect for seeding or updating some data instantly after some database changes, feature updates, or perform any\nactions.\n\nThis package is for you if...\n\n- you regularly need to update specific data after you deploy new code\n- you often perform jobs after deployment\n- you sometimes forget to execute that one specific job and stuff gets crazy\n- your code gets cluttered with jobs that are not being used anymore\n- your co-workers always need to be reminded to execute that one job after some database changes\n- you often seed or process data in a migration file (which is a big no-no!)\n\n## Installation\n\nTo get the latest version of **Deploy Operations**, simply require the project using [Composer](https://getcomposer.org):\n\n```Bash\ncomposer require dragon-code/laravel-deploy-operations\n```\n\n## Documentation\n\n📚 [Check out the full documentation to learn everything that Laravel Deploy Operations has to offer.][link_website]\n\n## Basic Usage\n\nCreate your first operation using `php artisan make:operation` console command and define the actions it should\nperform.\n\n```php\nuse App\\Models\\Article;\nuse DragonCode\\LaravelDeployOperations\\Operation;\n\nreturn new class extends Operation {\n    public function __invoke(): void\n    {\n        Article::query()\n            -\u003elazyById(chunkSize: 100, column: 'id')\n            -\u003eeach-\u003eupdate(['is_active' =\u003e true]);\n\n        // and/or any actions...\n    }\n};\n```\n\nNext, you can run the console command to start operations:\n\n```Bash\nphp artisan operations\n```\n\n## Downloads Stats\n\nThis project has gone the way of several names, and here are the number of downloads of each of them:\n\n- ![](https://img.shields.io/packagist/dt/dragon-code/laravel-deploy-operations?style=flat-square\u0026label=dragon-code%2Flaravel-deploy-operations)\n- ![](https://img.shields.io/packagist/dt/dragon-code/laravel-actions?style=flat-square\u0026label=dragon-code%2Flaravel-actions)\n- ![](https://img.shields.io/packagist/dt/dragon-code/laravel-migration-actions?style=flat-square\u0026label=dragon-code%2Flaravel-migration-actions)\n- ![](https://img.shields.io/packagist/dt/andrey-helldar/laravel-actions?style=flat-square\u0026label=andrey-helldar%2Flaravel-actions)\n\n## License\n\nThis package is licensed under the [MIT License](LICENSE).\n\n\n[badge_build]:          https://img.shields.io/github/actions/workflow/status/TheDragonCode/laravel-deploy-operations/tests.yml?style=flat-square\n\n[badge_downloads]:      https://img.shields.io/packagist/dt/dragon-code/laravel-deploy-operations.svg?style=flat-square\n\n[badge_license]:        https://img.shields.io/packagist/l/dragon-code/laravel-deploy-operations.svg?style=flat-square\n\n[badge_stable]:         https://img.shields.io/github/v/release/TheDragonCode/laravel-deploy-operations?label=packagist\u0026style=flat-square\n\n[link_build]:           https://github.com/TheDragonCode/laravel-deploy-operations/actions\n\n[link_license]:         LICENSE\n\n[link_packagist]:       https://packagist.org/packages/dragon-code/laravel-deploy-operations\n\n[link_website]:         https://deploy-operations.dragon-code.pro\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedragoncode%2Flaravel-deploy-operations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedragoncode%2Flaravel-deploy-operations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedragoncode%2Flaravel-deploy-operations/lists"}