No description
This repository has been archived on 2021-01-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2016-11-01 16:38:38 +01:00
app Added reset password functionality, and added a random password generator function 2016-11-01 16:38:38 +01:00
bootstrap added files 2016-09-01 11:37:49 +02:00
config added files 2016-09-01 11:37:49 +02:00
database Added validation to tests creation and fixed a bug related to amount of wrong questions allowed in tests 2016-10-22 13:57:56 +02:00
public Added reset password functionality, and added a random password generator function 2016-11-01 16:38:38 +01:00
resources Added reset password functionality, and added a random password generator function 2016-11-01 16:38:38 +01:00
routes Added reset password functionality, and added a random password generator function 2016-11-01 16:38:38 +01:00
storage added files 2016-09-01 11:37:49 +02:00
tests added files 2016-09-01 11:37:49 +02:00
.directory a bit more refactoring and changed the layout of views/admin folder 2016-09-11 19:28:27 +02:00
.env.example added files 2016-09-01 11:37:49 +02:00
.gitattributes added files 2016-09-01 11:37:49 +02:00
.gitignore added files 2016-09-01 11:37:49 +02:00
artisan added files 2016-09-01 11:37:49 +02:00
composer.json updated README and composer files 2016-10-29 23:24:59 +02:00
composer.lock updated README and composer files 2016-10-29 23:24:59 +02:00
gulpfile.js added files 2016-09-01 11:37:49 +02:00
LICENSE added LICENSE file 2016-10-29 23:26:20 +02:00
package.json added files 2016-09-01 11:37:49 +02:00
phpunit.xml added files 2016-09-01 11:37:49 +02:00
readme.md updated README and composer files 2016-10-29 23:24:59 +02:00
server.php added files 2016-09-01 11:37:49 +02:00

Elearning

This is a elearning webapp written in php with the laravel framework. I started this project as a learning experience and to test out new things.

Documentation

Currently there is no documentation for this project (But I'm slowly working on it). If there is interest in the project I'll pick up the speed for the documentation.

Though if you want to play around with it you just need to clone the repo, get composer and run the composer install and you're good to go.

I'm developing this project in PHP 7 (should work with 5.6) and using MariaDB for the database, but it should work with most databases.

The laravel version is 5.3.

License

This project is licensed under the MIT license.