Skip to content

myohanhtet/htantabin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Htantabin Project

Htantabin Logo

Overview

Htantabin is a voucher system for use at the Monasteries. It includes two types of vouchers.

Features

  • Lucky Draw voucher
  • Pathan voucher
  • User role based
  • Print with PDF

License

Installation

Clone this repository

git clone https://github.com/myohanhtet/htantabin.git

Change Directory

cd htantabin

Install php dependencies

composer install 

Install js dependencies

npm install

Copy .env.example to .env

cp .env.example .env

Generate Application key

php artisan key:generate

Database Setting Create a database and update .env file with database credentials

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=htantabin
DB_USERNAME=root
DB_PASSWORD=

Run migrations

php artisan migrate 

Run Seeder

php artisan db:seed

Users

Email : [email protected],
Password : 12345678

This project is licensed under the MIT License

About

htantabin monastery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages