{"id":17037450,"url":"https://github.com/agontuk/schema-builder","last_synced_at":"2025-04-12T13:22:35.087Z","repository":{"id":53604840,"uuid":"79720146","full_name":"Agontuk/schema-builder","owner":"Agontuk","description":"Laravel/Lumen schema builder \u0026 migration generator","archived":false,"fork":false,"pushed_at":"2021-03-21T18:54:55.000Z","size":307,"stargazers_count":54,"open_issues_count":3,"forks_count":21,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-11T23:49:53.293Z","etag":null,"topics":["database","laravel","lumen","migration","schema"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/agontuk/schema-builder","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/Agontuk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-22T13:43:29.000Z","updated_at":"2024-05-15T11:44:46.000Z","dependencies_parsed_at":"2022-09-21T23:05:43.758Z","dependency_job_id":null,"html_url":"https://github.com/Agontuk/schema-builder","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agontuk%2Fschema-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agontuk%2Fschema-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agontuk%2Fschema-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agontuk%2Fschema-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Agontuk","download_url":"https://codeload.github.com/Agontuk/schema-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248572006,"owners_count":21126561,"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":["database","laravel","lumen","migration","schema"],"created_at":"2024-10-14T08:53:58.391Z","updated_at":"2025-04-12T13:22:35.067Z","avatar_url":"https://github.com/Agontuk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel/Lumen schema builder\nDatabase designer \u0026 migration generator package for laravel \u0026 lumen.\n\nCheckout **[agontuk.github.io/schema-designer](https://agontuk.github.io/schema-designer)** to see how it works.\n\n## Installation\n```php\ncomposer require --dev agontuk/schema-builder\n```\n\nFor Laravel(\u003e=5.5) this package utilises package auto-discovery. There is no need to add the service providers manually. You may notice the following message post-autoload.\n\n```bash\nDiscovered Package: agontuk/schema-builder\n```\n\nor for Laravel(\u003c5.5), register SchemaServiceProvider on the `providers` array in `config/app.php`,\n```php\n\\Agontuk\\Schema\\SchemaServiceProvider::class\n```\nor for Lumen in `bootstrap/app.php`\n```php\n$app-\u003eregister(\\Agontuk\\Schema\\SchemaServiceProvider::class);\n```\n\nFinally enable required routes via `.env`,\n```php\nSCHEMA_ROUTES_ENABLED=true\n```\n\u003e NOTE: APP_ENV should be `local` to use this package.\n\n## Usage\nNavigate to `yoursite.com/schema` and build your database schema, then use the export button to generate migration files.\n\n\u003e NOTE: Not all features of migration are supported yet. Feel free to submit any issues or pull requests.\n\n## License\n[MIT](https://github.com/Agontuk/schema-builder/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagontuk%2Fschema-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagontuk%2Fschema-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagontuk%2Fschema-builder/lists"}