Skip to content

madesaguna/Cuti-Online-Laravel

 
 

Repository files navigation

Cuti Online

This is the part of HRIS (Human Resources Information System) for managing leaves in office or institution. This application was created by Reasna for final project. I modify this app to meet our institution needs.

Installation

copy .env.example to .env and modify :

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_db_name
DB_USERNAME=your_db_user
DB_PASSWORD=your_db_pass

run following command php artisan key:generate php artisan migrate --seed or php artisan migrate:fresh --seed if you want to restore all data to default value. php artisan serve

enjoy it

About

Aplikasi Cuti Online

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.7%
  • PHP 4.2%
  • CoffeeScript 3.0%
  • Python 0.7%
  • CSS 0.4%
  • Shell 0.0%