zerp/real-estate
Composer 安装命令:
composer require zerp/real-estate
包简介
Real Estate Brokerage module for Zerp — property/listing management and viewings
README 文档
README
A real estate brokerage module for Zerp — a Laravel package with a React/Inertia frontend, following the same structure as every other zerp/* module.
It adds property/listing management and viewings on top of Zerp's existing CRM, so a brokerage can run its inventory, assign listings to agents, and track viewings in one place.
Features
- Property database — listings with type, purpose (sale/rent), status (available/reserved/sold/rented/off-plan), price, images, amenities, and location. Configurable currency and size unit (sqft / sqm / marla / kanal) so it fits any local market.
- Property viewings — schedule and track viewings against a listing and (optionally) a CRM lead, with status and feedback.
- System setup — manage property types and amenities.
- Dashboard — inventory counts by status and type, plus upcoming viewings.
- Role-based permissions and per-agent assignment throughout.
Installation
The module is consumed by the main Zerp app as a Composer path package. In the app's composer.json, add a path repository and require it:
{
"repositories": [
{ "type": "path", "url": "../ZerpPackages/real-estate", "options": { "symlink": true } }
],
"require": { "zerp/real-estate": "@dev" }
}
Then:
composer update zerp/real-estate php artisan migrate php artisan package:seed RealEstate
Or enable it as part of the Real Estate Brokerage install preset:
php artisan app:install --preset=real-estate
License
MIT — see LICENSE.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-08