{"id":19423246,"url":"https://github.com/atomjoy/migratio","last_synced_at":"2025-07-30T07:04:00.639Z","repository":{"id":192611133,"uuid":"653250304","full_name":"atomjoy/migratio","owner":"atomjoy","description":"Load migrations from subdirectories in Laravel.","archived":false,"fork":false,"pushed_at":"2023-06-13T17:29:49.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T21:44:35.314Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atomjoy.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,"governance":null}},"created_at":"2023-06-13T17:27:40.000Z","updated_at":"2025-02-02T12:08:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"6abdbd1d-993c-4277-b47f-a3d6246def79","html_url":"https://github.com/atomjoy/migratio","commit_stats":null,"previous_names":["atomjoy/migratio"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/atomjoy/migratio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fmigratio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fmigratio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fmigratio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fmigratio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomjoy","download_url":"https://codeload.github.com/atomjoy/migratio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fmigratio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267827337,"owners_count":24150345,"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-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2024-11-10T13:37:31.622Z","updated_at":"2025-07-30T07:04:00.604Z","avatar_url":"https://github.com/atomjoy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Migratio Laravel\r\n\r\nLoad migrations from subdirectories in Laravel.\r\n\r\n## Install\r\n\r\n```sh\r\ncomposer create-project laravel/laravel:^10.0 vue-app\r\ncd vue-app\r\ncomposer require atomjoy/migratio\r\n```\r\n\r\n### Make migration\r\n\r\n```sh\r\nphp artisan make:migration create_posts_table --path=/database/migrations/posts\r\n```\r\n\r\n### Migrate tables\r\n\r\n```sh\r\n# all subdirectories\r\nphp artisan migrate\r\n\r\n# from single subdir\r\nphp artisan migrate --path=/database/migrations/posts\r\n```\r\n\r\n### Run app\r\n\r\n```sh\r\nphp artisan serve --host=localhost --port=8000\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomjoy%2Fmigratio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomjoy%2Fmigratio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomjoy%2Fmigratio/lists"}