Created a small project using the Laravel PHP Framework that basically works like an "online classroom" in a sense that it allows to have both students and teachers registered for the website. Users can create classes, assignments, annoucements (assuming you're role is an instructor) and send messages to other users.
This is strictly for learning purposes as this is my first project using the Laravel
framework.
- Register
- Login
- Change profile information
- Reset forgotten password
- See current activity in all of user's classes
- Send and receive private messages to other users
- Add users to a course
- Create and edit courses
- Create and edit anoucements for a specific course
- Create and edit assignments for a specific course
- View course information, assignments, and annoucements
JavaScript
PHP
Laravel Framework
HTML
CSS
Bootstrap