FAQ's

CSRF token or session issue

A 419 Page Expired error usually occurs due to a CSRF token or session issue...

133 views

Translation Tool

Why can’t I see my translations in the Translation Tool? Answer: Yes, that's right. When you translate directly through the Translat...

862 views

Verification Feature

 Verification Feature: If you enable this feature, users will receive a verification email after registering their account. Additionally, on the user page, there will be a not...

1321 views

Website always shows ((( Forbidden )))

When I'm trying to edit the logo or but the smtp server se...

2994 views

Configure Nginx

Create an Nginx Configuration File for Laravel: sudo nano /etc/nginx/sites-available/laravel Add the following cont...

2161 views

Quick npm install

...

3862 views

What is the difference of functionality of these three CMS MyTravel and Booking Core and Gotrip?

What is the functionality difference between CMS MyTravel, Booking Core and Gotrip? In fact, Mytravel, Gotrip, and Bookingcore are developed from a core, which can be said ...

4581 views

How to Upload Files/Images to Google Cloud Storage in Laravel

To Upload Files to Google Cloud Storage, you can follow the following steps.   1. Create a ...

4561 views

Can't upload image in Media manage

There are some websites that can't upload photos or upload photos but can't use them. Then you need to edit the following code to edit the media. File edit: config/filesystems.php ...

5302 views

Symlink() - 500 issue

Enable APP_DEBUG=true in .env file to see this issue: ...

6349 views

Getting Your MailGun API Keys and Secrets Setup

To use mailgun in your application you will need to create a mailgun account and get an API key. This API key is a way for mailgun to verify that the app trying to talk to mailgun servers is truly ...

6661 views

Child theme

If you need to customize the script, you can make all your customize in the \custom\ folder. ex, if you want to customize Hotel detail, in the \custom\ folder, you can create a pa...

4710 views

IS IT POSSIBLE TO ADD GOOGLE ANALYTICS TO MY SITES?

For now, we haven't supported it yet, but we have a custom script ...

6161 views

Recommended images size for Mytravel script

We have some suggestions on the image size to use for each common area, you can refer to it to apply and make the composition more uniform. Logo: 50x50(px) Favicon: 30x30(p...

6258 views

The revenue & the earning in the dashboard?

Looking at this information, we can see the total revenue and income of the admin, so how are these numbers calculated, please refer to this article for a better overview.  Rev...

5404 views

What is Booking fee?

In addition to the commission, the admin can also have another revenue, the Booking Fee. This will be set up in each settings module, for example, you can find the Tour Booking Fee in the Tour Sett...

5993 views

How enable the HTTPs

1. Enable HTTPs in .env file It is generally a good idea to encrypt traffic to your website. Do this by using HTTPS for your website. There are many benefits to moving to H...

6045 views

Why I cant add link URL to Facebook domain?

...

5324 views

How can I add new menu item in the Admin Dashboard

In the menu Dashboard, how can I add or remove an item that I don't need to use? Well, this part of the tutorial is also simple enoug...

6241 views

How to increase the Server Memory Limit

There’s a certain amount of memory that the server will attribute to each site which it hosts. The default memory limit for Laravel is usually 32MB but processes such as importing the dem...

5553 views