{"id":26560572,"url":"https://github.com/noumanahmad448/lms","last_synced_at":"2026-02-16T01:40:42.830Z","repository":{"id":282264524,"uuid":"947247404","full_name":"NoumanAhmad448/lms","owner":"NoumanAhmad448","description":"It provides the user to create, maintain and upload the video based coures on their website","archived":false,"fork":false,"pushed_at":"2025-03-21T16:47:53.000Z","size":1756,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T17:35:56.557Z","etag":null,"topics":["amazon","bootstrap","jquery","laravel","livewire","livewire3","mysql","php","video-uploading"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/NoumanAhmad448.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-12T11:41:09.000Z","updated_at":"2025-03-21T16:44:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3df4eea-c5ff-4515-b764-99ea0193409d","html_url":"https://github.com/NoumanAhmad448/lms","commit_stats":null,"previous_names":["noumanahmad448/lms"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoumanAhmad448%2Flms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoumanAhmad448%2Flms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoumanAhmad448%2Flms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoumanAhmad448%2Flms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NoumanAhmad448","download_url":"https://codeload.github.com/NoumanAhmad448/lms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244959458,"owners_count":20538629,"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":["amazon","bootstrap","jquery","laravel","livewire","livewire3","mysql","php","video-uploading"],"created_at":"2025-03-22T13:18:20.682Z","updated_at":"2026-02-16T01:40:42.797Z","avatar_url":"https://github.com/NoumanAhmad448.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eren LMS Package - Comprehensive Guide\n\n## Overview\n\nThe `Eren\\Lms` package is a Laravel-based Learning Management System (LMS) that provides essential functionalities for managing courses, assignments, and video uploads. It supports instructor panels, Amazon S3 integration for video storage, and an admin approval system for publishing courses.\n\n## Features\n\n- **Instructor Panel**: Allows instructors to upload complete courses, including assignments and videos.\n- **Amazon S3 Support**: Videos can be uploaded to Amazon S3 for efficient storage and delivery.\n- **Admin Approval System**: Uploaded courses remain unpublished until reviewed and approved by an admin.\n- **User Authentication**: Supports login, registration, and password recovery.\n- **Middleware Support**: Includes `admin` and `authenticate` middleware for access control.\n- **Publishable Assets**: Provides configuration files, views, translations, migrations, and other resources.\n\n## Installation (Recommended)\n\n1. **Install the package via Composer**:\n\n   ```\n   composer require eren/lms\n   ```\n   and place these routes in your Laravel service provider e.g. ```RouteServiceProvider``` function =\u003e ```boot```\n   ```\n   // Tell Fortify to use your package's views\n        Fortify::loginView(function () {\n            return view('lms::auth.login');\n        });\n\n        Fortify::registerView(function () {\n            return view('lms::auth.register');\n        });\n\n        // You can also customize other views like password reset, email verification, etc.\n        Fortify::requestPasswordResetLinkView(function () {\n            return view('lms::auth.forgot-password');\n        });\n\n        Fortify::resetPasswordView(function () {\n            return view('lms::auth.reset-password');\n        });\n      ```\n2. **Publish the package assets**:\n   ```sh\n   php artisan vendor:publish --tag=lms_config\n   php artisan vendor:publish --tag=lms_views\n   php artisan vendor:publish --tag=lms_assets\n   php artisan vendor:publish --tag=lms_lang\n   php artisan vendor:publish --tag=lms_admin\n   php artisan vendor:publish --tag=lms_requests\n   php artisan vendor:publish --tag=lms_rules\n   php artisan vendor:publish --tag=lms_only_header_footer_sidebar\n   php artisan vendor:publish --tag=lms_migrations\n   ```\n3. **Run migrations**:\n\n   ```\n   php artisan migrate\n   ```\n\n4. **Handy Seeders**\n   ```\n   php artisan db:seed --class=LanguageSeeder\n   php artisan db:seed --class=CategoriesSeeder\n   ```\n\n## Installation(Personlized)\n\n### **Step 1: Install the `anhskohbo/no-captcha` Package**\n\n1. **Install the Package**:\n   Run the following Composer command to install the package:\n\n   ```bash\n   composer require anhskohbo/no-captcha\n   ```\n\n2. **Publish the Configuration File**:\n   Publish the package's configuration file to customize reCAPTCHA settings:\n\n   ```bash\n   php artisan vendor:publish --provider=\"Anhskohbo\\NoCaptcha\\NoCaptchaServiceProvider\"\n   ```\n\n   This will create a `nocaptcha.php` file in the `config` directory.\n\n---\n\n### **Step 2: Set Up Google reCAPTCHA Keys**\n\n1. **Get reCAPTCHA Keys**:\n\n   - Go to the [Google reCAPTCHA Admin Console](https://www.google.com/recaptcha/admin/).\n   - Register your site and get the **Site Key** and **Secret Key**.\n\n2. **Add Keys to `.env`**:\n   Add the keys to your `.env` file:\n\n   ```env\n   NOCAPTCHA_SITEKEY=your_site_key_here\n   NOCAPTCHA_SECRET=your_secret_key_here\n   ```\n\n3. **Update `config/nocaptcha.php`**:\n   Ensure the `nocaptcha.php` configuration file uses the keys from the `.env` file:\n   ```php\n   return [\n       'sitekey' =\u003e env('NOCAPTCHA_SITEKEY', ''),\n       'secret' =\u003e env('NOCAPTCHA_SECRET', ''),\n   ];\n   ```\n\n---\n\n### **Step 3: Publish Auth Views**\n\nIf you want to customize the login page, publish the authentication views using the `lms_auth_views` tag.\n\n1. **Publish Auth Views**:\n   Run the following Artisan command:\n\n   ```bash\n   php artisan vendor:publish --tag=lms_auth_views\n   ```\n\n   This will copy the authentication views (e.g., `login.blade.php`, `register.blade.php`) to your `resources/views/vendor/lms` directory.\n\n   **Run migrations**:\n\n   ```\n   php artisan vendor:publish --tag=lms_migrations\n   php artisan migrate\n   ```\n\n## Middleware\n\nThe package provides the following middleware:\n\n- **`admin`**: Restricts access to admin-only sections.\n- **`authenticate`**: Ensures authentication for protected routes.\n\n## Instructor Panel\n\n- Instructors can upload full courses, including assignments and videos.\n- Videos are stored on **Amazon S3**.\n- The admin must approve courses before they become publicly accessible.\n\n## Course Display\n\n- Currently, the package does not include course display functionality.\n- You can create a query to build a course listing page.\n\n## Authentication\n\n- The package supports **login**, **registration**, and **forgot password** functionalities.\n\n## License\n\nThis package is open-source and available under the [MIT License](LICENSE).\n\n## Contribution\n\nFeel free to contribute by submitting issues or pull requests to the GitHub repository.\n\n## Support\n\nFor any issues, open a GitHub issue or contact the package maintainer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoumanahmad448%2Flms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoumanahmad448%2Flms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoumanahmad448%2Flms/lists"}