{"id":18436293,"url":"https://github.com/chrishalbert/laravel-nomadic","last_synced_at":"2025-04-06T19:11:28.546Z","repository":{"id":31864034,"uuid":"129620991","full_name":"chrishalbert/laravel-nomadic","owner":"chrishalbert","description":"A toolkit of enhancements to laravel's migrations.","archived":false,"fork":false,"pushed_at":"2025-01-08T22:17:23.000Z","size":1026,"stargazers_count":31,"open_issues_count":7,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T18:08:18.101Z","etag":null,"topics":[],"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/chrishalbert.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}},"created_at":"2018-04-15T14:59:52.000Z","updated_at":"2024-02-21T19:50:36.000Z","dependencies_parsed_at":"2024-01-11T16:34:39.990Z","dependency_job_id":"3cb99c5e-0c91-4923-953c-6c3f48698d38","html_url":"https://github.com/chrishalbert/laravel-nomadic","commit_stats":{"total_commits":116,"total_committers":3,"mean_commits":"38.666666666666664","dds":"0.025862068965517238","last_synced_commit":"3ed2264219c2473a48d5fe94ce52bc05e10e29ed"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishalbert%2Flaravel-nomadic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishalbert%2Flaravel-nomadic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishalbert%2Flaravel-nomadic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrishalbert%2Flaravel-nomadic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrishalbert","download_url":"https://codeload.github.com/chrishalbert/laravel-nomadic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247535517,"owners_count":20954576,"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-06T06:11:06.517Z","updated_at":"2025-04-06T19:11:28.518Z","avatar_url":"https://github.com/chrishalbert.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Laravel Nomadic Header](./docs/NomadLife.png)\n# laravel-nomadic\n[![Build Status](https://travis-ci.org/chrishalbert/laravel-nomadic.svg?branch=master)](https://travis-ci.org/chrishalbert/laravel-nomadic)\n[![Coverage Status](https://coveralls.io/repos/github/chrishalbert/laravel-nomadic/badge.svg?branch=master)](https://coveralls.io/github/chrishalbert/laravel-nomadic?branch=master)\n[![Latest Stable Version](https://poser.pugx.org/chrishalbert/laravel-nomadic/v/stable)](https://packagist.org/packages/chrishalbert/laravel-nomadic)\n[![Total Downloads](https://poser.pugx.org/chrishalbert/laravel-nomadic/downloads)](https://packagist.org/packages/chrishalbert/laravel-nomadic)\n[![License](https://poser.pugx.org/chrishalbert/laravel-nomadic/license)](https://packagist.org/packages/chrishalbert/laravel-nomadic)\n\nA powerful configuration based toolkit of enhancements to Laravel's migrations. This exposes an event driven design so that developers can create reusable functionality that executes automatically using the same developer workflow.\n\n## Features\n* [**Hooks**](docs/NomadicHooks.md) - Use pre/post hooks for migration commands: `make:migration`, `migrate`, and `migrate:rollback`\n![Up Down Hook Ideas](./docs/LaravelNomadic-upDownHooks.png)\n* **Stubs** - Add developer notes to the generated migration\n![Stub Migrations](./docs/LaravelNomadic-Stub.PNG)\n* [**Schema**](docs/NomadicSchema.md) - Associate extra data within your `migrations` table\n\n| id |  migration          | batch | author | comments                   | rollback |\n|----|:-------------------:|------:|-------:|---------------------------:|-----------:|\n| 1  | 20200811_CreateTable| 1     | John   | Stores data for product x  | NULL                    |\n| 2  | 20200812_AddData    | 1     | Jack   | Populate product x features| NULL                    |\n| 3  | 20200812_UpdateData | 2     | Jane   | Fix description typo       | {desc: \"Grate product.\"}|\n\n* [**Traits**](docs/NomadicTraits.md) - Add reusable functionality to every migration, via traits. Bonus: You can use hooks here too!\n![Using Traits](./docs/LaravelNomadic-Trait.PNG)\n\n## Installation\n1. ```composer require chrishalbert/laravel-nomadic```\n2. Add the Service Provider to the config/app.php:\n```php\n    'providers' =\u003e [\n        /**\n         * Custom Providers...\n         */\n        ChrisHalbert\\LaravelNomadic\\NomadicServiceProvider::class,        \n    ]\n```\n3, Publish default configs/nomadic.php: ```php artisan vendor:publish```\n\n## Feature Requests/Bugs\n   Submit feature requests or bugs to [laravel-nomadic issues](https://github.com/chrishalbert/laravel-nomadic/issues).\n   \n## Services\n_Do you have an internal need or enhancement you care not to share with the world?_\n#### I can help! \nReach out to me directly for rates, scope and your business needs. I can furnish an NDA as needed. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrishalbert%2Flaravel-nomadic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrishalbert%2Flaravel-nomadic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrishalbert%2Flaravel-nomadic/lists"}