{"id":25699517,"url":"https://github.com/reclast/laravelblog-community","last_synced_at":"2025-10-07T14:42:13.465Z","repository":{"id":279056922,"uuid":"937600082","full_name":"RecLast/LaravelBlog-Community","owner":"RecLast","description":"LaravelBlog-Community","archived":false,"fork":false,"pushed_at":"2025-02-23T13:30:57.000Z","size":1824,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T14:24:26.573Z","etag":null,"topics":["blog","community","laravel","laravel-framework"],"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/RecLast.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}},"created_at":"2025-02-23T13:15:21.000Z","updated_at":"2025-02-23T13:31:00.000Z","dependencies_parsed_at":"2025-02-23T14:24:29.484Z","dependency_job_id":"07fa31b7-b11e-4752-b195-90ae86c82194","html_url":"https://github.com/RecLast/LaravelBlog-Community","commit_stats":null,"previous_names":["reclast/laravelblog-community"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RecLast%2FLaravelBlog-Community","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RecLast%2FLaravelBlog-Community/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RecLast%2FLaravelBlog-Community/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RecLast%2FLaravelBlog-Community/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RecLast","download_url":"https://codeload.github.com/RecLast/LaravelBlog-Community/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240593178,"owners_count":19825939,"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":["blog","community","laravel","laravel-framework"],"created_at":"2025-02-25T03:15:35.009Z","updated_at":"2025-10-07T14:42:08.427Z","avatar_url":"https://github.com/RecLast.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Community Platform\n\n![Laravel Community Platform](project-image/image1.png)\n\nA **feature-rich** community platform built with **Laravel**, providing a seamless experience for users to interact through **blogs, forums, video sharing, and group creation**. The platform includes a **powerful admin panel** for managing categories and administrative tasks. The core structure is functional and **open for further development**.\n\n---\n\n## 🚀 Features\n\n✅ **Blog System** - Users can create, edit, and manage blog posts.\n\n![Laravel Community Platform](project-image/image2.png)\n\n✅ **Forum** - Engage in topic-based discussions.\n\n![Laravel Community Platform](project-image/image3.png)\n\n✅ **Video Sharing** - Upload and share videos easily.\n\n![Laravel Community Platform](project-image/image4.png)\n\n✅ **Groups** - Create and manage public or private groups.\n\n![Laravel Community Platform](project-image/image5.png)\n\n✅ **Admin Panel** - Manage categories, content, and users with ease.\n\n![Laravel Community Platform](project-image/image6.png)\n\n✅ **User Authentication** - Secure login and registration system.\n\n![Laravel Community Platform](project-image/image9.png)\n\n✅ **Responsive UI** - Mobile-friendly design.\n\n✅ **Role Management** - Assign user roles and permissions.\n\n---\n\n## 📌 Installation\n\n### ⚡ Requirements\n- **PHP** 8.0+\n- **Laravel** 11+\n- **MySQL/PostgreSQL** database\n- **Composer** (Dependency Manager)\n- **Node.js \u0026 NPM** (For frontend assets)\n\n### 📥 Steps to Install\n\n1️⃣ **Clone the repository:**\n   ```sh\n   git clone https://github.com/RecLast/LaravelBlog-Community.git\n   cd LaravelBlog-Community\n   ```\n\n2️⃣ **Install PHP dependencies:**\n   ```sh\n   composer install\n   ```\n\n3️⃣ **Install frontend dependencies:**\n   ```sh\n   npm install \u0026\u0026 npm run dev\n   ```\n\n4️⃣ **Set up environment variables:**\n   ```sh\n   cp .env.example .env\n   ```\n   Configure your database and other environment settings in the `.env` file.\n\n5️⃣ **Generate application key:**\n   ```sh\n   php artisan key:generate\n   ```\n\n6️⃣ **Run database migrations and seeders:**\n   ```sh\n   php artisan migrate --seed\n   ```\n\n7️⃣ **Start the development server:**\n   ```sh\n   php artisan serve\n   ```\n   The application will now be accessible at `http://127.0.0.1:8000`.\n\n---\n\n## 📖 Usage\n\n- **Access the platform** via `http://127.0.0.1:8000`\n- **Register/Login** to start interacting with the community.\n- **Explore blogs, forums, videos, and groups**.\n- **Use the Admin Panel** to manage content and users.\n\n---\n\n## 🤝 Contribution\n\nContributions are welcome! To contribute:\n1. **Fork** the repository\n2. **Create a new branch** (`feature-new`)\n3. **Commit your changes**\n4. **Push to your branch**\n5. **Create a Pull Request**\n\n---\n\n## 🛡️ License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for more details.\n\n---\n\n## 📬 Contact\n\nFor inquiries or feature requests, open an issue or contact me at [iletisim@umiteski.com.tr].\n\n---\n\n_🎉 Happy Coding!_ 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freclast%2Flaravelblog-community","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freclast%2Flaravelblog-community","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freclast%2Flaravelblog-community/lists"}