{"id":25897295,"url":"https://github.com/yuges-code/laravel-commentable","last_synced_at":"2026-02-27T04:03:27.445Z","repository":{"id":275942322,"uuid":"927644140","full_name":"yuges-code/laravel-commentable","owner":"yuges-code","description":"Package for easily attaching comments to Laravel eloquent models 🗯️","archived":false,"fork":false,"pushed_at":"2025-02-18T10:46:47.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T11:36:07.565Z","etag":null,"topics":["comments","laravel","php"],"latest_commit_sha":null,"homepage":"https://yuges-code.github.io/laravel-commentable/","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/yuges-code.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-05T09:55:33.000Z","updated_at":"2025-02-18T10:44:55.000Z","dependencies_parsed_at":"2025-02-05T12:32:22.973Z","dependency_job_id":"6b50ac99-51ab-43d7-bd00-6f15ff8ea344","html_url":"https://github.com/yuges-code/laravel-commentable","commit_stats":null,"previous_names":["yuges-code/laravel-commentable"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuges-code%2Flaravel-commentable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuges-code%2Flaravel-commentable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuges-code%2Flaravel-commentable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuges-code%2Flaravel-commentable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuges-code","download_url":"https://codeload.github.com/yuges-code/laravel-commentable/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241583005,"owners_count":19985932,"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":["comments","laravel","php"],"created_at":"2025-03-02T23:19:07.244Z","updated_at":"2026-02-27T04:03:27.441Z","avatar_url":"https://github.com/yuges-code.png","language":"PHP","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/yuges-code/laravel-commentable/master/assets/logo.png\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cb\u003eBuild\u003cb\u003e\n    \u003cdiv\u003e\n        \u003cimg\n            alt=\"GitHub Branch Check Runs\"\n            src=\"https://img.shields.io/github/check-runs/yuges-code/laravel-commentable/main\"\n        \u003e\n        \u003cimg\n            alt=\"GitHub Tests Action Status\"\n            src=\"https://img.shields.io/github/actions/workflow/status/yuges-code/laravel-commentable/testing.yml?branch=main\u0026label=tests\u0026style=flat-square\"\n        \u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cb\u003eProject\u003c/b\u003e\n    \u003cdiv\u003e\n        \u003cimg alt=\"GitHub Release\" src=\"https://img.shields.io/github/v/release/yuges-code/laravel-commentable\"\u003e\n        \u003cimg alt=\"Packagist Downloads\" src=\"https://img.shields.io/packagist/dt/yuges-code/laravel-commentable\"\u003e\n        \u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/yuges-code/laravel-commentable\"\u003e\n        \u003cimg alt=\"Packagist Stars\" src=\"https://img.shields.io/packagist/stars/yuges-code/laravel-commentable\"\u003e\n        \u003cimg\n            alt=\"Packagist Dependency Version\"\n            src=\"https://img.shields.io/packagist/dependency-v/yuges-code/laravel-commentable/php\"\n        \u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cb\u003eQuality\u003c/b\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eLaravel Commentable\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch3\u003e🗯️ Package for easily attaching comments to Laravel eloquent models\u003c/h3\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n# 💿 Installation\n\n### → Composer\n\nYou can install the package via composer:\n\n```\ncomposer require yuges-code/laravel-commentable\n```\n\n### → Publishing Config\n\nPublishing the config file (config/commentable.php) is optional:\n\n```\nphp artisan vendor:publish --provider=\"Yuges\\Commentable\\Providers\\CommentableServiceProvider\" --tag=\"commentable-config\"\n```\n\n### → Publishing Migrations\n\nYou need to publish the migration to create the comments table:\n\n```\nphp artisan vendor:publish --provider=\"Yuges\\Commentable\\Providers\\CommentableServiceProvider\" --tag=\"commentable-migrations\"\n```\n\n### → Running Migrations\n\nAfter that, you need to run migrations:\n\n```\nphp artisan migrate\n```\n\n\u003cbr\u003e\n\n# 🧪 Running Tests\n\n### → PHPUnit tests\n\nTo run tests, run the following command:\n\n```\ncomposer test\n```\n\n\u003cbr\u003e\n\n# ⚖️ License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n\n\u003cbr\u003e\n\n# 🙆🏼‍♂️ Authors Information\n\nCreated in 2025 by:\n\n- [Yuges-code](https://github.com/yuges-code)\n- [All Contributors](../../contributors)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuges-code%2Flaravel-commentable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuges-code%2Flaravel-commentable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuges-code%2Flaravel-commentable/lists"}