{"id":19244048,"url":"https://github.com/tauseedzaman/laravel-customer-support","last_synced_at":"2025-07-22T14:35:47.930Z","repository":{"id":181419610,"uuid":"666712336","full_name":"tauseedzaman/laravel-customer-support","owner":"tauseedzaman","description":"customer support version of laravel Chatify coming sooon","archived":false,"fork":false,"pushed_at":"2023-12-13T04:02:19.000Z","size":500,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-17T16:39:40.519Z","etag":null,"topics":["chat-bot","chatify","customer-support","laravel-customer-support","laravel-live-chat"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/tauseedzaman.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-07-15T10:24:07.000Z","updated_at":"2025-02-05T06:14:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"df254b03-f30e-40ff-b91f-af513802602e","html_url":"https://github.com/tauseedzaman/laravel-customer-support","commit_stats":null,"previous_names":["tauseedzaman/laravel-customer-support"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tauseedzaman/laravel-customer-support","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauseedzaman%2Flaravel-customer-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauseedzaman%2Flaravel-customer-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauseedzaman%2Flaravel-customer-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauseedzaman%2Flaravel-customer-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tauseedzaman","download_url":"https://codeload.github.com/tauseedzaman/laravel-customer-support/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauseedzaman%2Flaravel-customer-support/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266074162,"owners_count":23872553,"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":["chat-bot","chatify","customer-support","laravel-customer-support","laravel-live-chat"],"created_at":"2024-11-09T17:21:31.647Z","updated_at":"2025-07-22T14:35:47.881Z","avatar_url":"https://github.com/tauseedzaman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp style=\"text-align:center;width:100%;\"\u003e\u003cimg src=\"https://github.com/tauseedzaman/laravel-customer-support/assets/64689921/c72bd476-5ae1-4423-8b9e-4d47f34c80a3\" alt=\"Chatify Laravel Package\"\u003e\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/laravel/telescope/actions\"\u003e\u003cimg src=\"https://poser.pugx.org/tauseedzaman/laravel-customer-support/v/stable?style=flat-square\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/tauseedzaman/laravel-customer-support\"\u003e\u003cimg src=\"https://poser.pugx.org/tauseedzaman/laravel-customer-support/downloads?style=flat-square\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/tauseedzaman/laravel-customer-support\"\u003e\u003cimg src=\"https://poser.pugx.org/tauseedzaman/laravel-customer-support/license?style=flat-square\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Chatify-Based Laravel Customer Support Package\nThis is the customer service version for Chatify package, we have customized the Chatify so this can be used as a customer service live chat package...\n\nthis will allow webmasters to chat live with their customers,\n\n\n## Installation\n```\ncomposer require tauseedzaman/laravel-customer-support\n```\n\ninstall\n\n```\nphp artisan chatify:install\n```\n\nConfigure the Pusher \n\n\nadd this header in your layouts file\n\n```\n\u003cmeta name=\"url\" content=\"{{ url('') . '/' . config('chatify.routes.prefix') }}\" data-user=\"{{ auth()-\u003eid() }}\"\u003e\n```\nput this in the header of your layouts file\n```\n{!! view('Chatify::layouts.ClientHeader') !!}\n```\n\nput this somewhere in your layouts file. i.e app.blade.php\n```\n{!! view('Chatify::layouts.ClientChatBox') !!}\n```\n\nput this in the footer/bottom section of your layouts file\n```\n{!! view('Chatify::layouts.ClientFooter') !!}\n```\nYou are good to go\n\n if you get this error in your browser console\n![image](https://github.com/tauseedzaman/laravel-customer-support/assets/64689921/c6f4d26c-7248-4679-9cb5-985d9f501471)\n\n\nthen change strict to false in app/database.php\n```\n'strict' =\u003e false\n```\n## Demo\n\n- Demo app - [Click Here](https://laravel-customer-support-demo.tauseedzaman.com).\n\n## Chatify Official Documentation\n\nAs This Package is Derived from Chatify, Here Are The Chatify official [documentation](https://chatify.munafio.com)\n\n## License\n\nLaravel-Customer-Support is licensed under the [MIT license](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftauseedzaman%2Flaravel-customer-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftauseedzaman%2Flaravel-customer-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftauseedzaman%2Flaravel-customer-support/lists"}