liberu-real-estate/real-estate-laravel

The skeleton application for the Laravel framework.

Fund package maintenance!
liberusoftware

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 93

Watchers: 5

Forks: 51

Open Issues: 46

Type:project

pkg:composer/liberu-real-estate/real-estate-laravel

1.0.0 2024-07-23 19:01 UTC

This package is not auto-updated.

Last update: 2026-02-12 02:18:28 UTC


README

Install Tests Docker

A lightweight, open-source property management platform built with Laravel.

TL;DR

  • Modern Laravel + Livewire application for managing properties, transactions and users.

Why this project

  • Designed as a modular starting point for real-estate and agency workflows.

Features

  • Property listings, tenants, bookings and bids
  • Admin UI powered by Filament
  • Livewire-driven interactive interfaces
  • Transaction tracking and reporting

Quick start (local)

Prerequisites: PHP 8.3+, Composer, a database (MySQL / SQLite).

  1. Clone and install

    git clone https://github.com/liberu-real-estate/real-estate-laravel.git ; cd real-estate-laravel
    composer install
    cp .env.example .env
    php artisan key:generate
  2. Configure database in .env, then run migrations and seeders

    php artisan migrate --seed

Note: ./setup.sh automates these steps (it may overwrite .env and run seeders).

Docker

  • Build: docker build -t real-estate-laravel .
  • Run: docker run -p 8000:8000 real-estate-laravel

Laravel Sail

  • Start Sail: ./vendor/bin/sail up

Demo

Related projects

Project Description
liberu-accounting Accounting backend for Liberu projects — https://github.com/liberu-accounting/accounting-laravel
liberu-automation Automation tools and jobs — https://github.com/liberu-automation/automation-laravel
liberu-billing Billing & invoicing — https://github.com/liberu-billing/billing-laravel
liberu-boilerplate Common starter & utilities — https://github.com/liberusoftware/boilerplate
liberu-browser-game Example game project — https://github.com/liberu-browser-game/browser-game-laravel
liberu-cms Simple CMS — https://github.com/liberu-cms/cms-laravel
liberu-control-panel Control panel for services — https://github.com/liberu-control-panel/control-panel-laravel
liberu-crm CRM system — https://github.com/liberu-crm/crm-laravel
liberu-ecommerce E-commerce starter — https://github.com/liberu-ecommerce/ecommerce-laravel
liberu-genealogy Genealogy project — https://github.com/liberu-genealogy/genealogy-laravel
liberu-maintenance Maintenance & scheduling — https://github.com/liberu-maintenance/maintenance-laravel
liberu-real-estate This repository — https://github.com/liberu-real-estate/real-estate-laravel
liberu-social-network Social network example — https://github.com/liberu-social-network/social-network-laravel

Contributing

  • Please open issues or PRs. If contributing code, follow PSR-12 and include tests where appropriate.
  • See CONTRIBUTING.md if present.

License

  • MIT — see LICENSE for details.

Maintainers