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 actionlistings
– Lists all available propertieslistings-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 propertyblog
– Blog index showing latest postsblog-details
– Full view of a single blog articleteam
– Overview of company agents or team membersteam-details
– Profile page for an individual team membercontact
– Static page with contact form and business info404
– Custom error page for not found routesmaintenance
– Maintenance mode page shown when site is offline
Installation
-
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. -
Install plugin via admin panel
(RealEstateThemeCompanion)
or from terminal using command:php artisan plugin:install Boarworm.RealEstateThemeCompanion
Theme Configuration
-
Generate favicons at realfavicongenerator.net and upload them to:
themes/boarworm-real-estate-premium-child/assets/favicons
-
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
-
This theme has not been reviewed yet.
-
1.0.2 |
Installation fixes May 06, 2025 |
---|---|
1.0.1 |
Minor fixes May 05, 2025 |
1.0.0 |
Theme initialization Apr 21, 2025 |