{"id":22354519,"url":"https://github.com/mcmatters/laravel-db-commands","last_synced_at":"2026-05-04T12:32:06.297Z","repository":{"id":62526126,"uuid":"94323430","full_name":"MCMatters/laravel-db-commands","owner":"MCMatters","description":null,"archived":false,"fork":false,"pushed_at":"2020-08-27T20:09:22.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T12:47:06.723Z","etag":null,"topics":["laravel","laravel-command","laravel-package"],"latest_commit_sha":null,"homepage":null,"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/MCMatters.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}},"created_at":"2017-06-14T11:25:19.000Z","updated_at":"2020-08-27T20:09:18.000Z","dependencies_parsed_at":"2022-11-02T11:01:17.653Z","dependency_job_id":null,"html_url":"https://github.com/MCMatters/laravel-db-commands","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/MCMatters/laravel-db-commands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-db-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-db-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-db-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-db-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCMatters","download_url":"https://codeload.github.com/MCMatters/laravel-db-commands/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-db-commands/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261776941,"owners_count":23208087,"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","laravel-command","laravel-package"],"created_at":"2024-12-04T13:13:10.788Z","updated_at":"2026-05-04T12:32:06.252Z","avatar_url":"https://github.com/MCMatters.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Laravel DB Commands\n\nPackage with laravel database commands.\n\n### Installation\n\n```bash\ncomposer require mcmatters/laravel-db-commands\n```\n\nIf you don't use package discovering feature, then just include the service provider within your `config/app.php` file.\n\n```php\n'providers' =\u003e [\n    McMatters\\LaravelDbCommands\\ServiceProvider::class,\n]\n```\n\n## Usage\n\nAvailable commands:\n\n* `php artisan db:drop-tables` — drops all tables.\n* `php artisan migrate:single {\"file\" or \"class\"}` — migrate single migration by file or class name.\n* `php artisan migrate:drop-single {\"file\" or \"class\"}` — drop single migration by file or class name.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Flaravel-db-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcmatters%2Flaravel-db-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Flaravel-db-commands/lists"}