Go to file
mirivlad 244c56df39 LMS Этап 1 MVP - Laravel 13
 Базовая функциональность:
- Аутентификация (вход/выход/регистрация)
- Роли и разрешения (Administrator, Manager, Curator, Student)
- Панель управления (dashboard) для разных ролей

 База данных (23 миграции):
- users, organizations, groups, user_groups
- course_categories, courses, course_modules
- tests, questions, answers, question_matching_pairs
- test_attempts, test_responses
- course_requests, course_request_items, course_assignments
- scorm_data, user_course_progress, logs
- permission tables

 Модели (15 моделей с отношениями):
- User, Organization, Group
- CourseCategory, Course, CourseModule
- Test, Question, Answer, QuestionMatchingPair
- TestAttempt, TestResponse
- CourseRequest, CourseRequestItem, CourseAssignment
- ScormData, UserCourseProgress, Log

 Seeders:
- RoleSeeder (роли и разрешения)
- UserSeeder (тестовые пользователи)

 Контроллеры:
- LoginController, RegisterController, DashboardController

 Blade-шаблоны:
- layouts/app.blade.php
- auth/login.blade.php, auth/register.blade.php
- dashboard/admin.blade.php, dashboard/curator.blade.php, dashboard/student.blade.php

📦 Пакеты:
- Laravel 13 (dev-master)
- spatie/laravel-permission
- laravel/sanctum

🔧 Инфраструктура:
- Nginx конфигурация
- PHP 8.4-FPM
- MariaDB

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-25 17:30:37 +08:00
app LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
bootstrap LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
config LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
database LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
public LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
resources LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
routes LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
storage LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
tests LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
.editorconfig LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
.env.example LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
.gitattributes LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
.gitignore LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
README.md LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
TZ.md LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
artisan LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
composer.json LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
composer.lock LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
laravel.zip LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
package.json LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
phpunit.xml LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00
vite.config.js LMS Этап 1 MVP - Laravel 13 2026-03-25 17:30:37 +08:00

README.md

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Partners program.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.