71

Product support

Get help in the theme support forum.

  • Added on May 4, 2025
  • Current version: 1.0.2
  • Platform Compatibility
    v3.x use latest
    v2.x not tested
    v1.x not tested
  • License: Regular / Extended
  • Created by

Categories

Real Estate Premium Theme

A fully featured real estate theme including:

  • Property management system
  • Blog
  • Testimonials
  • Static pages
  • Contact forms
  • And more

Modern Tech Stack

  • Modular approach
  • Tailwind CSS
  • Laravel Mix
  • JavaScript dynamic imports
  • Simple native page builder (using Tailor)

Page List

  • home – Landing page with highlights, featured listings, and calls to action
  • listings – Lists all available properties
  • listings-contract – Filters properties by contract type (e.g. rent, sale)
  • listings-type – Filters properties by property type (e.g. house, apartment)
  • listings-details – Detailed view of a single property
  • blog – Blog index showing latest posts
  • blog-details – Full view of a single blog article
  • team – Overview of company agents or team members
  • team-details – Profile page for an individual team member
  • contact – Static page with contact form and business info
  • 404 – Custom error page for not found routes
  • maintenance – Maintenance mode page shown when site is offline

Installation

  1. Install theme via admin panel (Real Estate Premium) or from terminal using command:

    php artisan theme:install Boarworm.real-estate-premium

    Note: Seed Theme Data must be done before companion plugin installation.

  2. Install plugin via admin panel (RealEstateThemeCompanion) or from terminal using command:

    php artisan plugin:install Boarworm.RealEstateThemeCompanion

Theme Configuration

  1. Generate favicons at realfavicongenerator.net and upload them to: themes/boarworm-real-estate-premium-child/assets/favicons

  2. Paste the HTML code generated by realfavicongenerator.net into: Site > Config > General > Favicons

Development

Open a terminal in the theme folder and run:

  npm install

Compile the assets using one of the following:

  npm run watch   # for development
  npm run dev     # quick build
  npm run prod    # production build
1.0.2

Installation fixes

May 06, 2025

1.0.1

Minor fixes

May 05, 2025

1.0.0

Theme initialization

Apr 21, 2025