chemllot85 / bus-ticket-system

A simple Laravel Project. Learn CRUD operations by core laravel code. Blade templates in views with header, content and footer separate architecture way. Password hash technique during registration. Custom error message during form validation. Finally maintain middleware to handle different types of user access.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bus Ticket System

About Bus Ticket System

A simple bus ticket system made by Larave 5.4. There are several features here in this project and those are listing below:

  • Custom login.
  • Custom registration
  • 2 types of users (Customer and Admin).
  • Credentials: Give you later.
  • Customer can edit their profile.
  • Customer can booking their seat by choosing from available seat.
  • Customer can see bus list and choose which bus is suitable for them.

Some Screenshots

registration loginform profile editprofile booking-list bookingform

About

A simple Laravel Project. Learn CRUD operations by core laravel code. Blade templates in views with header, content and footer separate architecture way. Password hash technique during registration. Custom error message during form validation. Finally maintain middleware to handle different types of user access.


Languages

Language:PHP 76.8%Language:HTML 22.8%Language:Vue 0.4%