Travel In Guide

Updated On: 3rd Feb, 2024

Overview

THANK YOU FOR PURCHASING Travel In! Here are some basics on installing and configuring Travel In,

BEFORE WE GO The code and the sample data is provided "as is". Customizing code and other design related issues can be done as freelance work on a $10-40 hourly rate only with Paypal and/or Westren Union, if Travel In available.

If you are new to Progamming, please understand I cannot fix your site for free. We would love to help everyone but there is no time. I suggest reading documentation available online regarding using PHP, server requirements, etc.

Admin Features
  • Slider
  • Hotels
  • Flights
  • Bookings
  • Blogs
  • Services
  • Our Experts
  • Testimonials
  • Partners
  • Site Menus
  • Settings
    • Site Settings
    • Home Page Settings

Installation

Server Requirements

Please note that this is Laravel 8.1 application so exprience with this framework and server configuration is required with php 7.4+ version.

Copy Files

The Quickstart Package consists on a complete Laravel + Database File + Sample Content, excellent for beginner users to explore back-end settings and sample content. Follow this quick guide:

Setting Up on Localhost: create a new folder in the htdocs folder for Xampp (www folder for Wamp). Example: travelin

Unzip all files and folders of the Package file and copy travelin files into this newly created folder (htdocs folder for Xampp / www folder for Wamp) or upload them into your domain folder (public_html) on your live site.

Create Database

Database: First create new database than create user and add database to that user and then goto phpmyadmin and import SQL file located in db folder,

after that Open ENV file located on main root of your folder and change folowing values.

APP_URL=http://www.yourdomain.com
DB_DATABASE=YOUR DATABASE NAME
DB_USERNAME=YOUSER NAME
DB_PASSWORD=YOUR PASSWORD

That's it. Now access your site for localhost type localhost/yourfoldername and for live server type http://yourdomain.com

To access admin side access your url and add "/admin" e.g. http://www.yourdomain.com/admin

Admin User Login:
Username: admin@demo.com
Password: demo6252

SMTP Settings

In admin under site settings add Site Email Address as well.

Open .env file on root folder and add your smtp details

MAIL_MAILER=smtp
MAIL_HOST=yourhost.com
MAIL_PORT=465
MAIL_USERNAME=info@yourdomain.com
MAIL_PASSWORD='password'
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=info@yourdomain.com

Note: make sure MAIL_FROM_ADDRESS is same as MAIL_USERNAME

Emails settings

Goto Site Settings in admin and Site Email Address field, you will receive alerts on this email.

Home page slider

Goto Site Settings in admin and scroll down to HOME PAGE SLIDER section, there you can ON or OFF slider.

GEO Location API

Goto Site Settings in admin and scroll down to GEO LOCATION API KEYS section, there you can add api key.

Home Page content update

Goto Settings in admin and click on home page content link, here you can change home page content.

To update home page content here are the sections to change:
  • Services
  • Our Experts
  • Testimonials
  • Partners
  • Home Page content

Get Started

Site Settings

Login into admin and goto end of left links you will see link "Site Settings"

Here you can manage:
  • Site Logo
  • Site Phone
  • Email
  • Company Address
  • GEO LOCATION API KEY

Main Modules

To manage site Main Modules See Title "Modules". Here you can manage all Main Modules such as:

Here you can manage:
  • Hotels
    • List of Hotels
    • Add New Hotel
  • Flights
    • List of Flights
    • Add New Flight
  • Slider
    • List Slider
    • Add New Slide
  • Blog
    • List Blogs
    • Add New Blog
    • List Categories
    • Add New Category
  • Services
  • Testimonials
  • Experts
  • Partners

Hotels and Flights

Here you can add, edit and delete Hotels, flights details

Bookings

Here you will receive all bookings details from users

Sources and Credits

To manage job attributes see Attributes Section. In each section you have to add attribute for all langueas.

This system has been developed successfully incorporate all the requirements. Appropriate care has taken during database design maintain database integrity and to avoid redundancy of data. This site was developed in such a way that any further modifications needed can be easily done. User feels freely while using this site. In this all technical complexities are hidden. This site is a more user friendly. The quality fusers like correctness, efficiency, usability, maintainability, portability, accuracy, errors, tolerance, expandability and communicatively all are successfully done.

Foreseeable enhancements

There is always a room for improvement in any software package, however good and efficient it may be. The important thing is that the website should be flexible enough for further modifications. Considering this important factor, the web site is designed in such a way that the provisions are given for further enhancements. At present this website provides all the information using static pages and reservation forms. In future we can enhance our project by providing options like. Include many sites information.

Once again, thank you so much for purchasing Travel In. As I said at the beginning, I'd be glad to help you if you have any questions relating to this script. No guarantees, but I'll do my best to assist. If you have a more general question relating to the script on Codecanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.



Good Luck
eCreativesol Team

Updates

3 Feb 2024

SMTP Issue fixed
booking form email issue fixed
contact us form email issue fixed