Install Theme
Installing a Golo Lara Theme is super easy, you'll see our step guide below.
Last updated
Was this helpful?
Installing a Golo Lara Theme is super easy, you'll see our step guide below.
Last updated
Was this helpful?
We recommend using MAMP PRO () 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:
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
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:
APP_URL="your domain"
DB_DATABASE="your database name"
DB_USERNAME="user name database"
DB_PASSWORD="password database"
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