{"id":15579728,"url":"https://github.com/schickling/laravel-schema-summary","last_synced_at":"2026-02-27T06:50:20.280Z","repository":{"id":17029650,"uuid":"19793767","full_name":"schickling/laravel-schema-summary","owner":"schickling","description":"Creates a summary file of all migrations","archived":false,"fork":false,"pushed_at":"2014-05-15T08:39:17.000Z","size":140,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T08:12:49.223Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/schickling.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}},"created_at":"2014-05-14T19:47:43.000Z","updated_at":"2021-04-07T15:50:41.000Z","dependencies_parsed_at":"2022-09-24T12:44:44.476Z","dependency_job_id":null,"html_url":"https://github.com/schickling/laravel-schema-summary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schickling/laravel-schema-summary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Flaravel-schema-summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Flaravel-schema-summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Flaravel-schema-summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Flaravel-schema-summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schickling","download_url":"https://codeload.github.com/schickling/laravel-schema-summary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Flaravel-schema-summary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29887020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T05:38:26.446Z","status":"ssl_error","status_checked_at":"2026-02-27T05:38:25.235Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-02T19:20:51.079Z","updated_at":"2026-02-27T06:50:20.258Z","avatar_url":"https://github.com/schickling.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"laravel-schema-summary\n======================\n\nCreates a summary file of all migrations. This package is inspired by the `schema.rb` file of [Active Record Migrations](http://guides.rubyonrails.org/migrations.html).\n\n## Installation\n\n1. Add the following to your composer.json and run `composer update`\n\n    ```json\n    {\n        \"require\": {\n            \"schickling/laravel-schema-summary\": \"dev-master\"\n        }\n    }\n    ```\n\n2. Add `Schickling\\SchemaSummary\\SchemaSummaryServiceProvider` to your config/app.php\n\n## Usage\n\nThe following command creates a `Schema.md` file in your `app/database` directory which contains a summary of all migrations. This summary can be understood as **one big migration** for documentation purposes.\n\n```sh\n$ php artisan migrate:schema\n```\n\n## Example Output\n\n### users\nField | Type | Length | Unsigned | Default\n--- | --- | --- | --- | ---\nid | INT | 10 | yes |\nname | VARCHAR | 128 (default) |  |\n\n### photos\nField | Type | Length | Unsigned | Default\n--- | --- | --- | --- | ---\nid | INT | 10 | yes |\nuser_id | INT | 10 | yes | 0\nurl | VARCHAR | 128 (default) |  | \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschickling%2Flaravel-schema-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschickling%2Flaravel-schema-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschickling%2Flaravel-schema-summary/lists"}