Learning Management System made in vanilla PHP to learn core concepts and usage of some basic utils.
Report Bug
·
Request Feature
Table of Contents
To get a local copy up and running follow these simple steps.
-
Clone the repo in server folder(eg. htdocs, public_html)
git clone https://github.com/dk3775/lms.git
-
Install dependencies
composer install
-
Download database template file from here --> lms.sql
-
Open phpmyadmin and create a database named "lms" and import database template from downloaded file.
-
Create a .env file in root directory of your and paste this code in it
DB_HOST="localhost" DB_USER="root" DB_PASS="" DB_NAME="lms" SMTP_HOST="your smtp host" SMTP_USER="your smtp username" SMTP_PASS="your password" SMTP_PORT="your smtp port"
-
Modify .env file contents as per your needs.
-
Open project's root directory in server it will automatically open login page if above steps will be followed properly.
-
Login as Institute with following credentials Username - "AJ" and Password - "1234".
-
Play around the system and if you need any help contact me.
This System can be used by Educational Institutions, Schools, Colleges, Universities, and other educational organizations. To manage the data of their students, teachers, and courses, they can use this system.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Dhyey K - @DhyeyHk - [email protected]
Project Link: https://github.com/dk3775/lms
Anjan P - [email protected]