You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
mwalbeck 0b1e01a848 Small css changes 7 years ago
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 7 years ago
bootstrap added files 7 years ago
config Small css changes 7 years ago
database Added validation to tests creation and fixed a bug related to amount of wrong questions allowed in tests 7 years ago
public Small css changes 7 years ago
resources Small css changes 7 years ago
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 7 years ago
storage added files 7 years ago
tests added files 7 years ago
.directory a bit more refactoring and changed the layout of views/admin folder 7 years ago
.env.example added files 7 years ago
.gitattributes added files 7 years ago
.gitignore added files 7 years ago
LICENSE added LICENSE file 7 years ago
artisan added files 7 years ago
composer.json updated README and composer files 7 years ago
composer.lock updated README and composer files 7 years ago
gulpfile.js added files 7 years ago
package.json added files 7 years ago
phpunit.xml added files 7 years ago
readme.md updated README and composer files 7 years ago
server.php added files 7 years ago

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.