LMS-laravel is a management system of educational content, want to facilitate the creation of a platform simple and intuitive
LMS-laravel is based as its name indicates in the framework laravel 5, and uses various packages created by other developers.
This application is still in development, if you want to collaborate with the development you can write to [email protected]
From the team of LMS-laravel we ask for your help to upload the application to a production server with the respective documentation.
Step 1: composer create-project lms-laravel/lms-laravel=dev-master {foldername}
Step 2: cd {foldername}; php artisan app:install
Step 3: Configurate database in .env
Step 4: Configurate credentials mailgun in .env
User: admin
Pass: admin123