Easy & hassle free Open Source University Management System Web Application
$ git clone https://github.com/hrshadhin/osums.git
$ cd osums
$ mv .env.example .env
Change configuration in .env according your need and create Database
$ composer install
$ php artisan migrate
$ php artisan db:seed
Give write permission to storage and bootstrap/cache directory
$ php artisan serve
** http://localhost:8000 ** USER: admin PASS: demo123
URL: http://osums.hrshadhin.me USER: admin PASS: demo123
OSUMS is open-sourced software licensed under the AGPL-3.0 license. Frameworks and libraries has it own licensed
Enjoy :)