-Buy all tickets in one place
- Simple to use
- Multiple platforms
- Real-time event flight price updates
Tikiti is accessible, powerful, and makes booking very easy.
Note: Make sure you have git installed locally on your computer first. cd into the directory where you want to clone the project
- Clone GitHub repo for this project locally
git clone https://github.com/KirinyetBrian/Tikiti-Flight-Booking.git
-
cd into your project
-
Install Composer Dependencies
composer install
- Create a copy of your .env file
cp .env.example .env
- Generate an app encryption key
php artisan key:generate
-
Create an empty database for our application in php my admin
-
In the .env file, add database information to allow Laravel to connect to the database
-
Migrate the database
php artisan migrate
php artisan serve
9.You can now access the app through http://127.0.0.1:8000/