Skip to content

It's a Vehicle Booking system. Passenger can select vehicle basedon their location and random driver will be allocated to them.

Notifications You must be signed in to change notification settings

TechnourceOfficial/Sample-CorePHP-TransferServices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample-CorePHP-TransferServices

This is a code sample from one of our projects for review.

Installation

Compatible with php 7.0,7.4 or 8.1

  1. Clone bitbucket
   git clone https://github.com/TechnourceDeveloper/Sample-CorePHP-TransferServices.git
  1. Set below varibales for database connection with your database in functions.php
  $host = "localhost" // host
  $username = 'root'  // user
   $password = ''  //password
   $database = 'bookings'  //database
  1. How to Run the Project

Project Description

  • It is a Vehicle Booking System.
  • User will have to select pick up & drop up locations, with number of passengers and date time.
  • Vehicles will be available based on passengers.
  • Drivers will be allocated according to pick up or drop up address.
  • In the final step syestem will ask for type selection like Individual or Agnecy.
  • User can visit their booked details by given email.
  • No login page available, Backend menu display list of Addresses,Drivers,Customers,Customer Bookings,Vechicle classes,Vehicles

About

It's a Vehicle Booking system. Passenger can select vehicle basedon their location and random driver will be allocated to them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published