{"id":18484864,"url":"https://github.com/uts58/chat-application","last_synced_at":"2026-04-20T03:05:37.728Z","repository":{"id":37552451,"uuid":"259665224","full_name":"uts58/chat-application","owner":"uts58","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-06T04:32:16.000Z","size":1371,"stargazers_count":0,"open_issues_count":28,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-13T21:48:34.953Z","etag":null,"topics":["chat","echo","laravel","php","vue","vuejs","websocket"],"latest_commit_sha":null,"homepage":"","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/uts58.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-28T14:46:03.000Z","updated_at":"2022-10-26T18:03:44.000Z","dependencies_parsed_at":"2023-02-05T08:01:07.832Z","dependency_job_id":null,"html_url":"https://github.com/uts58/chat-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uts58/chat-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uts58%2Fchat-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uts58%2Fchat-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uts58%2Fchat-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uts58%2Fchat-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uts58","download_url":"https://codeload.github.com/uts58/chat-application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uts58%2Fchat-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","echo","laravel","php","vue","vuejs","websocket"],"created_at":"2024-11-06T12:43:25.732Z","updated_at":"2026-04-20T03:05:37.692Z","avatar_url":"https://github.com/uts58.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Messenger App using Laravel, Laravel Websockets, Laravel Echo, IMGBB api and Vue.JS \n\nIn case my key got restricted, you need to get your api key from `imgbb.com`\n\n## Get it up and running.\n\nAfter you clone this project, do the following:\n\n```bash\n# go into the project\ncd laravel-vue-echo-chat\n\n# create a .env file\ncp .env.example .env\n\n# install composer dependencies\ncomposer update\n\n# install npm dependencies\nnpm install\n\n# generate a key for your application\nphp artisan key:generate\n\n# create a local MySQL database (make sure you have MySQL up and running)\nmysql -u root\n\n\u003e create database chat_db;\n\u003e exit;\n\n# add the database connection config to your .env file\nDB_CONNECTION=mysql\nDB_DATABASE=chat_db\nDB_USERNAME=root\nDB_PASSWORD=\n\n# run the migration files to generate the schema\nphp artisan migrate\n\n# change the BROADCAST_DRIVER in your .env to pusher\nBROADCAST_DRIVER=pusher\n\n# seed your databse with some users and messages\nphp artisan db:seed\n\n# run laravel core\nphp artisan serve\n\n#run laravel-websocket\nphp artisan websocket:serve\nYOU NEED TO GO TO http://localhost:8000/laravel-websockets AND CONNECT FOR THE FIRST TIME FOR THE WEBSOCKETS TO WORK \n\n# run webpack and watch for changes\nnpm run watch\n```\n#In case you want to use original Pusher Service\n* run ```composer remove beyondcode/laravel-websockets```\n* delete `config/websockets.php`\n* check the `config/broadcasting.php` and `resources/js/bootstrap.js` for instructions\n\n#Main Project\nhttps://github.com/AfikDeri/Messenger-App-VueJS-and-Laravel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futs58%2Fchat-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futs58%2Fchat-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futs58%2Fchat-application/lists"}