vwedesam / gate-pass-ticketing-system

a simple Gate Pass Ticket Issuing/generating system built with laravel and packaged with PhpDesktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gate Pass Ticketing App with Laravel

Build Status

Installation

Development environment requirements :

Setting up your development environment on your local machine :

$ git clone https://github.com/vwedesam/gate-pass-ticketing-system.git
$ cd gate-pass-ticketing-system
$ cp .env.example .env

Start Laravel dev Server:

$ php artisan serve

Now you can access the application via http://localhost:8000.

Before starting

You need to run the migrations with the seeds :

$ artisan migrate --seed

This will create a new user that you can use to sign in :

Username: Admin@123
password: secret

Some screenshots

dashboard

ticket

ticket

Ticket Report

Role Management

Ticket Report

Role Management

Assign Permission to Role

Add Vip Ticket

Add Vip Group Ticket

License

This project is released under the MIT license.

About

a simple Gate Pass Ticket Issuing/generating system built with laravel and packaged with PhpDesktop


Languages

Language:PHP 30.3%Language:Blade 26.5%Language:HTML 22.5%Language:CoffeeScript 20.1%Language:Shell 0.3%Language:Vue 0.1%Language:Less 0.1%