PHPackages                             jeffersonpereira/realestatelaravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jeffersonpereira/realestatelaravel

ActiveLibrary

jeffersonpereira/realestatelaravel
==================================

Pacote para gerenciamento de imóveis em sistemas Laravel 10+

2.2.2(5mo ago)6321[1 PRs](https://github.com/jeffpn/real-estate-laravel/pulls)MITPHPPHP ^8.1.0

Since Jul 5Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/jeffpn/real-estate-laravel)[ Packagist](https://packagist.org/packages/jeffersonpereira/realestatelaravel)[ RSS](/packages/jeffersonpereira-realestatelaravel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (12)Versions (85)Used By (0)

[![](https://camo.githubusercontent.com/22d612b19f87574f608a92cb0168268df2b61e2f25dc39f15a0fb99a56fefd57/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f6a65666665706572656972612f7265616c2d6573746174652d6c61726176656c40312f646973742f696d672f6c6f676f7265616c6573746174652e706e67)](https://github.com/jeffepereira/real-estate-laravel)

[![Total Downloads](https://camo.githubusercontent.com/cbaf0d809b175bdd0b027b73603599769a2ff613965dd72621baefb156723dc5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6566666572736f6e706572656972612f7265616c6573746174656c61726176656c)](https://packagist.org/packages/jeffersonpereira/realestatelaravel)[![Latest Stable Version](https://camo.githubusercontent.com/e9b1c4f048a3b9223160fa94926b25e8e332ed83cdf1a68676962fcca6035d29/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6566666572736f6e706572656972612f7265616c6573746174656c61726176656c)](https://packagist.org/packages/jeffersonpereira/realestatelaravel)[![License](https://camo.githubusercontent.com/e4fd25069f9ae1c1bbf614b62e4e0563bb948089ed25e2392d9546b7846b1db7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6566666572736f6e706572656972612f7265616c6573746174656c61726176656c)](https://packagist.org/packages/jeffersonpereira/realestatelaravel)

Description
-----------

[](#description)

Package for real estate and real estate website management, built with Laravel 10+ framework

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- Laravel &gt;= 10.0
- Composer

Compatibility
-------------

[](#compatibility)

Laravelrealestatelaravel package10.x^2.06.x^1.0*The package only supports the mentioned Laravel versions.*

Installation
------------

[](#installation)

```
composer require jeffersonpereira/realestatelaravel
```

After installing the package, it is necessary to run the command to publish the configuration file.

```
php artisan realestatelaravel:install
```

*Note:*

##### We strongly advise using environment variables, since when the package install command is executed, the configuration file will be overwritten.

[](#we-strongly-advise-using-environment-variables-since-when-the-package-install-command-is-executed-the-configuration-file-will-be-overwritten)

The package has migrations and you will need to run:

```
php artisan migrate
```

Important Notes:
----------------

[](#important-notes)

When using your template, import assets with the blade directive and cdn for font-awesome.

*Note: We use **bootstrap 5.1** in our assets*

```

    ...

    @realestatelaravelStyles

    ...

    @realestatelaravelScripts

```

Features available in the package
---------------------------------

[](#features-available-in-the-package)

#### Property

[](#property)

The package is under development and new features will be added over time. Currently, the package has complete property management functionality.

#### Routes to views

[](#routes-to-views)

Use the `Menu::class` class to get all the view routes to get started when using your template.

```
use Jeffpereira\RealEstate\Utilities\Helpers\RouteHelper;

$routes = RouteHelper::allView();
```

#### Config

[](#config)

Define the configs in your `.env`

```
/**
*  Defines whether to use the package `template`
*  -   When set to false, you will need to define a `template` and
*      section_content for the content.
*  .env >> RE_USE_TEMPLATE
*/
'use_template' => true
/**
*  The name of the `template` used to extend the package view - .env >> RE_TEMPLATE
*/
'template' => 'template',
/**
*  Template content section name - .env >> RE_SECTION_CONTENT
*/
'section_content' => 'content',
```

For more options, check the `config/realestatelaravel.php` config file

#### Events

[](#events)

- **Jeffpereira\\RealEstate\\Events\\BusinessPropertyFinalizedEvent** - When the business of the property was finalized

License
-------

[](#license)

Real Estate Laravel is an open source project, licensed by [MIT](https://opensource.org/licenses/MIT).

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance81

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 99.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~24 days

Total

72

Last Release

64d ago

Major Versions

1.10.3 → 2.0.02025-03-10

1.10.4 → 2.1.32025-03-12

PHP version history (2 changes)1.0.4PHP  &gt;=7.2.5

2.0.0PHP ^8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f6a21261c665ba98e8427a4853d7b4375198805da5a9982c3e50b932f50b8fd?d=identicon)[jeffepn](/maintainers/jeffepn)

---

Top Contributors

[![jeffpn](https://avatars.githubusercontent.com/u/83475523?v=4)](https://github.com/jeffpn "jeffpn (201 commits)")[![malaquiasd](https://avatars.githubusercontent.com/u/12930056?v=4)](https://github.com/malaquiasd "malaquiasd (1 commits)")

### Embed Badge

![Health badge](/badges/jeffersonpereira-realestatelaravel/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersonpereira-realestatelaravel/health.svg)](https://phpackages.com/packages/jeffersonpereira-realestatelaravel)
```

###  Alternatives

[code16/sharp

Laravel Content Management Framework

78959.5k4](/packages/code16-sharp)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[october/rain

October Rain Library

1601.7M63](/packages/october-rain)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[bfinlay/laravel-excel-seeder

Seed the database with Laravel using Excel, XLSX, XLS, CSV, ODS, Gnumeric, XML, HTML, SLK files

3944.4k](/packages/bfinlay-laravel-excel-seeder)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
