This repository has been archived on 2021-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mwalbeck 0b1e01a848 Small css changes 2016-11-15 00:02:34 +01:00
app Random password is now default when creating a user, also an option when editing. Mods part of master group go straight to tests when clicking show test 2016-11-03 16:19:16 +01:00
bootstrap added files 2016-09-01 11:37:49 +02:00
config Small css changes 2016-11-15 00:02:34 +01: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 Small css changes 2016-11-15 00:02:34 +01:00
resources Small css changes 2016-11-15 00:02:34 +01:00
routes Random password is now default when creating a user, also an option when editing. Mods part of master group go straight to tests when clicking show test 2016-11-03 16:19:16 +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
LICENSE added LICENSE file 2016-10-29 23:26:20 +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
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

readme.md

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.