{"id":20364933,"url":"https://github.com/joeri-abbo/laravel-orm-migrations-standalone","last_synced_at":"2026-05-04T22:31:18.813Z","repository":{"id":43788195,"uuid":"482630867","full_name":"Joeri-Abbo/laravel-orm-migrations-standalone","owner":"Joeri-Abbo","description":"Migration of laravel but standalone to easy generate SQL files based on Laravel migration structure","archived":false,"fork":false,"pushed_at":"2025-02-25T07:26:54.000Z","size":5198,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T18:46:29.099Z","etag":null,"topics":["automation","database","laravel","sql"],"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/Joeri-Abbo.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-17T20:52:38.000Z","updated_at":"2022-12-31T14:35:50.000Z","dependencies_parsed_at":"2025-03-04T18:46:27.279Z","dependency_job_id":"9cae5f53-f5c9-4db9-b83e-d6560c3f1217","html_url":"https://github.com/Joeri-Abbo/laravel-orm-migrations-standalone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Joeri-Abbo/laravel-orm-migrations-standalone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joeri-Abbo%2Flaravel-orm-migrations-standalone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joeri-Abbo%2Flaravel-orm-migrations-standalone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joeri-Abbo%2Flaravel-orm-migrations-standalone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joeri-Abbo%2Flaravel-orm-migrations-standalone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Joeri-Abbo","download_url":"https://codeload.github.com/Joeri-Abbo/laravel-orm-migrations-standalone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joeri-Abbo%2Flaravel-orm-migrations-standalone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260866341,"owners_count":23074808,"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":["automation","database","laravel","sql"],"created_at":"2024-11-15T00:14:18.465Z","updated_at":"2026-05-04T22:31:13.793Z","avatar_url":"https://github.com/Joeri-Abbo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"ORM migrations standalone\n===========================\nDo you like the migrations like laravel or symfony?\nBut for your current project laravel is overkill,\nor it is not in PHP,\nbut you want to use the beautiful migrations of laravel?\n\nThen you are in the right place.\n\nThis repo is your solution for this.\nYou can easily create your own migrations and run them.\nSo you can convert them to sql files to insert them in the other locations of your project.\n\nSetup is easy. First clone the repo and run the following command:\n\n```\ndocker-compose up\n```\n\nAfter this you can move in to the docker container and run the following command:\n\n```\nmake-migration.sh \u003cname\u003e\n```\n\nYou can edit fresh created file in /migrations directory.\nThe syntax is the same as laravel migrations.\nhttps://laravel.com/docs/9.x/migrations#migration-structure\n\nAfter you finished editing the file you can run the following command inside the docker container:\n\n```\n./migrate.sh\n```\n\nThis will run the migration and save it in the database. If you connected to the database you can see your changes and\ncreated tables.\nWhen you ar finished you can run the following command to generate the sql files inside your docker container:\n\n```\n./export.sh\n```\nTo view your sql files you can visit the following directory:\n\n```\n/dumps\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeri-abbo%2Flaravel-orm-migrations-standalone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeri-abbo%2Flaravel-orm-migrations-standalone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeri-abbo%2Flaravel-orm-migrations-standalone/lists"}