{"id":16078472,"url":"https://github.com/romanzipp/laravel-console-list-columns","last_synced_at":"2025-03-18T05:31:34.190Z","repository":{"id":34234147,"uuid":"172391197","full_name":"romanzipp/Laravel-Console-List-Columns","owner":"romanzipp","description":"Quick Command to list DB Table Columns \u0026 Information","archived":false,"fork":false,"pushed_at":"2024-03-19T08:40:59.000Z","size":227,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T07:35:16.301Z","etag":null,"topics":["laravel","php","php7","showcase"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/romanzipp/laravel-console-list-columns","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/romanzipp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"romanzipp"}},"created_at":"2019-02-24T21:15:12.000Z","updated_at":"2023-06-03T17:47:36.000Z","dependencies_parsed_at":"2024-10-27T17:39:19.609Z","dependency_job_id":null,"html_url":"https://github.com/romanzipp/Laravel-Console-List-Columns","commit_stats":{"total_commits":88,"total_committers":2,"mean_commits":44.0,"dds":"0.022727272727272707","last_synced_commit":"14a950947f16545b389cbab6e066965dd39f93e5"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanzipp%2FLaravel-Console-List-Columns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanzipp%2FLaravel-Console-List-Columns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanzipp%2FLaravel-Console-List-Columns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanzipp%2FLaravel-Console-List-Columns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romanzipp","download_url":"https://codeload.github.com/romanzipp/Laravel-Console-List-Columns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243903187,"owners_count":20366438,"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":["laravel","php","php7","showcase"],"created_at":"2024-10-09T10:13:00.354Z","updated_at":"2025-03-18T05:31:33.711Z","avatar_url":"https://github.com/romanzipp.png","language":"PHP","funding_links":["https://github.com/sponsors/romanzipp"],"categories":[],"sub_categories":[],"readme":"# Laravel Console List Columns\n\n[![Latest Stable Version](https://img.shields.io/packagist/v/romanzipp/laravel-console-list-columns.svg?style=flat-square)](https://packagist.org/packages/romanzipp/laravel-console-list-columns)\n[![Total Downloads](https://img.shields.io/packagist/dt/romanzipp/laravel-console-list-columns.svg?style=flat-square)](https://packagist.org/packages/romanzipp/laravel-console-list-columns)\n[![License](https://img.shields.io/packagist/l/romanzipp/laravel-console-list-columns.svg?style=flat-square)](https://packagist.org/packages/romanzipp/laravel-console-list-columns)\n[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/romanzipp/Laravel-Console-List-Columns/tests.yml?branch=master\u0026label=tests\u0026style=flat-square)](https://github.com/romanzipp/Laravel-Console-List-Columns/actions)\n\nWhen working with many database migrations you can quickly lose the overview about table structures.\nWith this package you can **get a simple overview about table and column information** on your command line.\n\n## Installation\n\n```\ncomposer require romanzipp/laravel-console-list-columns\n```\n\n## Configuration\n\nCopy configuration to config folder:\n\n```\nphp artisan vendor:publish --provider=\"romanzipp\\ColumnList\\Providers\\ColumnListProvider\"\n```\n\n## Usage\n\n```\nphp artisan db:cols\n    {table}          Comma separated table names to print out\n    {--connection=}  Specified database connection\n    {--no-colors}    Don't use colors in output\n    {--no-emojis}    Don't use emojis in output\n```\n\n```\nphp artisan db:cols users\n```\n\n![Preview](https://raw.githubusercontent.com/romanzipp/Laravel-Console-List-Columns/master/preview.png)\n\n## Testing\n\n```\n./vendor/bin/phpunit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanzipp%2Flaravel-console-list-columns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromanzipp%2Flaravel-console-list-columns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanzipp%2Flaravel-console-list-columns/lists"}