https://github.com/qlint/open-src-uni-management-sys
https://github.com/qlint/open-src-uni-management-sys
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qlint/open-src-uni-management-sys
- Owner: qlint
- License: agpl-3.0
- Created: 2019-01-16T18:38:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T18:51:58.000Z (over 7 years ago)
- Last Synced: 2025-10-10T10:46:53.604Z (9 months ago)
- Language: HTML
- Size: 2.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
U-M-S
==========================================
# Description
U-M-S web application. Plug and Play
# Installation and use
### U-M-S is built using Laravel 5.2
```
$ git clone https://github.com/qlint/u-m-s-1.git
```
```
$ cd u-m-s-1
```
```
$ 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
# Screenshot

# License
U-M-S is open-sourced software licensed under the AGPL-3.0 license. Frameworks and libraries has it own licensed