{"id":15293912,"url":"https://github.com/jsdecena/comments","last_synced_at":"2026-02-04T11:38:52.823Z","repository":{"id":57002267,"uuid":"152171344","full_name":"jsdecena/comments","owner":"jsdecena","description":"Laravel Comment Package","archived":false,"fork":false,"pushed_at":"2018-10-09T08:44:56.000Z","size":50,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T20:19:05.162Z","etag":null,"topics":["commenting","comments","laravel","laravel-framework","lumen","lumen-php-framework"],"latest_commit_sha":null,"homepage":"","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/jsdecena.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-09T01:50:47.000Z","updated_at":"2018-10-09T08:45:03.000Z","dependencies_parsed_at":"2022-08-21T14:10:41.624Z","dependency_job_id":null,"html_url":"https://github.com/jsdecena/comments","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdecena%2Fcomments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdecena%2Fcomments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdecena%2Fcomments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdecena%2Fcomments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsdecena","download_url":"https://codeload.github.com/jsdecena/comments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245294774,"owners_count":20591909,"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":["commenting","comments","laravel","laravel-framework","lumen","lumen-php-framework"],"created_at":"2024-09-30T16:53:39.667Z","updated_at":"2026-02-04T11:38:47.781Z","avatar_url":"https://github.com/jsdecena.png","language":"PHP","readme":"# JSD Comments \n#### Laravel commenting system\n\n[![Build Status](https://travis-ci.org/jsdecena/comments.svg?branch=master)](https://travis-ci.org/jsdecena/comments)\n[![Latest Stable Version](https://poser.pugx.org/jsdecena/comments/v/stable)](https://packagist.org/packages/jsdecena/comments)\n[![Total Downloads](https://poser.pugx.org/jsdecena/comments/downloads)](https://packagist.org/packages/jsdecena/comments)\n[![License](https://poser.pugx.org/jsdecena/comments/license)](https://packagist.org/packages/jsdecena/comments)\n\n## How to install\n\n- Run in your terminal `composer require jsdecena/comments`\n\n- Add the base service provider in your `config/app.php` file like this:\n\n```php\n    'providers' =\u003e [\n\n        /*\n         * Package Service Providers...\n         */\n        Jsdecena\\Comments\\CommentServiceProvider::class,\n    ],\n```\n\n- Publish files\n```php\nphp artisan vendor:publish\n```\n\n- Edit config. Make sure your user is correctly referenced. Commentable type could be any Model (eg. Post). This is only used in initial seeding.\n```php\n\u003c?php\n\nreturn [\n    'user' =\u003e 'App\\User',\n    'commentable_type' =\u003e 'App\\User'\n];\n```\n\n- Migrate database\n```php\nphp artisan migrate\n```\n\n# Author\n\n[Jeff Simons Decena](https://jsdecena.me)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdecena%2Fcomments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsdecena%2Fcomments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdecena%2Fcomments/lists"}