Install Theme

Installing a Golo Lara Theme is super easy, you'll see our step guide below.

Install in Localhost

We recommend using MAMP PRO (https://www.mamp.info/en/) instead of Xampp to create a development environment. With MAMP, you can easy to add/manage virtual domains like cms.local

Step 1: Unzip the downloaded package from CodeCanyon. Find the folder golo_lara_core and inside it find the file golo_1.1.x.zip

Step 2: Copy golo_1.1.x.zip to "htdocs" folder and Unzip the file.

Step 3: Create a database in PHPMyAdmin and import database file (for example: golo-city-guide-1.2.0,...) in the folder "sql_database_file" of package.

Step 4: Open the file ".env" in the code folder and edit with:

This is a hidden file, you must show the hidden files first.

DB_DATABASE="your database name" DB_USERNAME="user name database" DB_PASSWORD="password database"

Step 5: Open terminal, cd to your "golo_lara" folder in htdocs and run command php artisan serve

Step 6: Finally, Open Browser and type the link http://localhost:8000

Install to VPS or Hosting

Step 1: Unzip the downloaded package from CodeCanyon. Find the folder golo_lara_core and inside it find the file golo_1.1.x.zip

Step 2: Upload golo_1.1.x.zip to your hosting and Unzip the file.

Step: 3: Create a database in PHPMyAdmin of your VPS or hosting and import the database file golo_database.sql in the folder "sql_database_file" of package.

Step 4: Open the file ".env" in the code folder and edit with:

This is a hidden file, you must show the hidden files first.

APP_URL="your domain" DB_DATABASE="your database name" DB_USERNAME="user name database" DB_PASSWORD="password database"

Note: APP_URL has no slash at the end

Ex: APP_URL="https://lara.getgolo.com"

Step 5: Finally. Open Browser and typing your domain

Step 6: Login to Admin: yourwebsite.com/admincp

and Run URL: yourwebsite.com/admincp/upgrade-to-v119

Admin account default: Email: lara@getgolo.com / Pass: lara@golo

Goodluck :)

Last updated