{"id":21008390,"url":"https://github.com/binarcode/laravel-nova-chat","last_synced_at":"2026-02-13T16:07:40.250Z","repository":{"id":39149433,"uuid":"258152123","full_name":"BinarCode/laravel-nova-chat","owner":"BinarCode","description":"Laravel Nova Chat Package","archived":false,"fork":false,"pushed_at":"2022-12-10T08:54:53.000Z","size":426,"stargazers_count":14,"open_issues_count":21,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-18T07:00:59.557Z","etag":null,"topics":["laravel","laravel-nova","nova"],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/BinarCode.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":"2020-04-23T09:16:53.000Z","updated_at":"2024-03-18T14:54:38.000Z","dependencies_parsed_at":"2023-01-26T05:15:52.304Z","dependency_job_id":null,"html_url":"https://github.com/BinarCode/laravel-nova-chat","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/BinarCode%2Flaravel-nova-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Flaravel-nova-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Flaravel-nova-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Flaravel-nova-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinarCode","download_url":"https://codeload.github.com/BinarCode/laravel-nova-chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225324134,"owners_count":17456460,"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-nova","nova"],"created_at":"2024-11-19T09:12:24.893Z","updated_at":"2026-02-13T16:07:40.196Z","avatar_url":"https://github.com/BinarCode.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Nova Chat\n\u003cp align=\"center\"\u003e\n \u003ca href=\"https://packagist.org/packages/BianrCode/nova-chat\"\u003e\u003cimg src=\"https://poser.pugx.org/BinarCode/nova-chat/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/BinarCode/nova-chat\"\u003e\u003cimg src=\"https://poser.pugx.org/BinarCode/nova-chat/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nThis is a laravel nova implementation for a chat. You can manage who can see whom via Laravel Policies.\n\nIn the next version the implementation will include real time echo.\n\n# How it looks\n\n![Message List](/docs/list.png)\n\n\n![New Message](/docs/new.png)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require binarcode/nova-chat\n```\n\n## Usage\n\nPublish the messages table and configuration file.\n\n```php\nphp artisan vendor:publish --tag=nova-chat\n```\n\n\nMigrate table:\n\n```php\nphp artisan migrate\n```\n\nInit chat in your `NovaServiceProvider.php` tools just import it as:\n\n```php\npublic function tools()\n{\n    return [\n        \\Binarcode\\NovaChat\\Tools\\ChatTool::make(),\n    ];\n}\n```\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email eduard.lupacescu@binarcode.com instead of using the issue tracker.\n\n## Credits\n\n- [Eduard Lupacescu](https://github.com/binarcode)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarcode%2Flaravel-nova-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarcode%2Flaravel-nova-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarcode%2Flaravel-nova-chat/lists"}