{"id":19302958,"url":"https://github.com/princevora/lara-meet","last_synced_at":"2026-04-13T06:02:13.268Z","repository":{"id":260756300,"uuid":"881770692","full_name":"princevora/lara-meet","owner":"princevora","description":"Lara Meet Is an similar clone site of Google Meet","archived":false,"fork":false,"pushed_at":"2025-05-13T11:57:43.000Z","size":800,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T12:28:04.377Z","etag":null,"topics":["google","javascript","laravel","livewire","meetings","navigator-api","php","pusher","react","webrtc","webrtc-libraries","webrtc-video"],"latest_commit_sha":null,"homepage":"","language":"Blade","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/princevora.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,"zenodo":null}},"created_at":"2024-11-01T07:32:08.000Z","updated_at":"2025-05-13T11:57:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b79aa34-f2ea-4744-ab09-dec851d7e43a","html_url":"https://github.com/princevora/lara-meet","commit_stats":null,"previous_names":["princevora/lara-meet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/princevora/lara-meet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princevora%2Flara-meet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princevora%2Flara-meet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princevora%2Flara-meet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princevora%2Flara-meet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/princevora","download_url":"https://codeload.github.com/princevora/lara-meet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princevora%2Flara-meet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284711515,"owners_count":27050939,"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","status":"online","status_checked_at":"2025-11-16T02:00:05.974Z","response_time":65,"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":["google","javascript","laravel","livewire","meetings","navigator-api","php","pusher","react","webrtc","webrtc-libraries","webrtc-video"],"created_at":"2024-11-09T23:24:25.383Z","updated_at":"2026-04-13T06:02:13.261Z","avatar_url":"https://github.com/princevora.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Lara Meet (Under Development)\n\n**Lara Meet** is a Laravel-based web application that emulates the core functionalities of Google Meet, enabling real-time one-to-one video conferencing using WebRTC and Laravel Echo.\n\n\u003cp align=\"left\"\u003e\n  \u003cimg alt=\"Visitors\" src=\"https://visitor-badge.laobi.icu/badge?page_id=princevora.lara-meet\" /\u003e\n  \u003cimg alt=\"Laravel\" src=\"https://img.shields.io/badge/Laravel-10-red\" /\u003e\n  \u003cimg alt=\"Livewire\" src=\"https://img.shields.io/badge/Livewire-enabled-blue\" /\u003e\n  \u003cimg alt=\"MIT License\" src=\"https://img.shields.io/badge/License-MIT-green.svg\" /\u003e\n\u003c/p\u003e\n\n---\n\n## 📌 Features\n\n- 🎥 One-to-one video calling using WebRTC\n- 📡 Real-time signaling with Laravel Echo and Pusher\n- ⚛️ UI powered by React and Tailwind CSS\n- ⚙️ Livewire integration for dynamic components\n- 🔐 Secure and scalable structure\n\n---\n\n## 🛠️ Tech Stack\n\n- **Backend**: Laravel (PHP)\n- **Frontend**: React.js, Tailwind CSS\n- **Real-Time**: WebRTC, Laravel Echo, Pusher\n- **Build Tools**: Vite, PostCSS\n- **Extras**: Livewire, Navigator API\n\n---\n\n## 🚀 Installation\n\n### Prerequisites\n\n- PHP \u003e= 8.0 (Preferred)\n- Composer\n- Node.js and npm\n- MySQL or any other supported DB\n\n### Steps\n\n1. **Clone the repo**\n\n   ```bash\n   git clone https://github.com/princevora/lara-meet.git\n   cd lara-meet\n   ```\n\n2. **Install PHP dependencies**\n\n   ```bash\n   composer install\n   ```\n\n3. **Install Node dependencies**\n\n   ```bash\n   npm install\n   ```\n\n4. **Setup `.env` file**\n\n   ```bash\n   cp .env.example .env\n   ```\n\n   Fill in your database and Pusher credentials in the `.env` file.\n\n5. **Generate app key**\n\n   ```bash\n   php artisan key:generate\n   ```\n\n6. **Run migrations**\n\n   ```bash\n   php artisan migrate\n   ```\n\n---\n\n## ⚙️ Configuration\n\n### WebSockets with Laravel Reverb\n\nInstall broadcasting support:\n\n```bash\nphp artisan install:broadcasting\n```\n\n\u003e This will configure Laravel Reverb. You may also be prompted to install additional npm dependencies — confirm when prompted.\n\n---\n\n## 🧪 Run the Application\n\nStart the development servers:\n\n```bash\nphp artisan serve\nnpm run dev\n```\n\nFor real-time features, run Laravel Reverb:\n\n```bash\nphp artisan reverb:start --debug\n```\n\n\u003e Run this in a separate terminal window while developing.\n\nThen open: [http://localhost:8000](http://localhost:8000)\n\n---\n\n## 🧭 Usage\n\n- Click **\"Start Meeting\"** to generate a room.\n- Share the meeting link with another participant.\n- Open the link in another browser/device to join.\n- Allow **camera** and **microphone** access when prompted.\n\n---\n\n## 🖼️ First Look\n\n### Starting An Instant Meeting  \n![Start Meeting Screenshot](github-images/image.png)\n\n### Joining A Meeting  \n![Join Meeting Screenshot](github-images/image-1.png)\n\n---\n\n## 🤝 Contributing\n\n1. Fork this repo\n2. Create a feature branch:\n\n   ```bash\n   git checkout -b feature/amazing-feature\n   ```\n\n3. Make your changes and commit:\n\n   ```bash\n   git commit -m \"Add amazing feature\"\n   ```\n\n4. Push to GitHub:\n\n   ```bash\n   git push origin feature/amazing-feature\n   ```\n\n5. Open a Pull Request\n\n---\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n\u003e Developed with ❤️ by [Prince Vora](https://github.com/princevora)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincevora%2Flara-meet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprincevora%2Flara-meet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincevora%2Flara-meet/lists"}