LMS-Laravel
About
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]
Installation
- Run
git clone https://github.com/LMS-Laravel/LMS-Laravel.git LMS-Laravel
- Run
composer install
(install composer beforehand) - From the projects root run
cp .env.example .env
- Configure your
.env
file - Run
php artisan key:generate
- Run
php artisan migrate
- Run
npm i
- From the projects root run
php artisan app:install
- Configurate credentials mailgun in .env
Seeded Credentials
- User: admin
- Pass: admin123
Laravel Auth License
LMS-Laravel is licensed under the MIT license. Enjoy!