📅  最后修改于: 2023-12-03 14:44:01.571000             🧑  作者: Mango
LMS Portal NUML is a Learning Management System (LMS) designed specifically for the National University of Modern Languages (NUML), Pakistan. It allows students to access course content, submit assignments, take online quizzes, and communicate with their peers and instructors through an online portal.
LMS Portal NUML is built on modern web technologies, including:
To install LMS Portal NUML on your own server, follow these steps:
git clone https://github.com/numl-lms/lms-portal-numl.git
composer install
and npm install
.env.example
file to .env
and modify the settings to fit your environment (e.g. database credentials, application URL, etc.)php artisan key:generate
to generate a new application keyphp artisan migrate
to create the necessary database tablesphp artisan db:seed
to insert some sample data (optional)LMS Portal NUML is an essential tool for NUML students and instructors, providing a centralized platform for managing courses, communications, and assignments. Its user-friendly interface and modern technologies make it easy to use and maintain, while its mobile-friendly design ensures that students can access course content and updates anytime, anywhere.