The skeleton application for the Laravel framework.

Fund package maintenance!
liberusoftware

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 93

Watchers: 5

Forks: 51

Open Issues: 42

Type:project

pkg:composer/cgdsoftware/enso

1.0.0 2024-07-23 19:01 UTC

This package is auto-updated.

Last update: 2026-02-14 15:20:34 UTC


README

License: MIT Open Source Love

Welcome to Liberu, our visionary open-source initiative that marries the power of Laravel 12, PHP 8.5 and Filament 5.2 to redefine the landscape of web development.

Contact us on WhatsApp YouTube Facebook Instagram X LinkedIn GitHub

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

Our projects

The Liberu ecosystem contains a number of companion repositories and packages that extend or demonstrate functionality used in this boilerplate. Below is a concise, professional list of those projects with quick descriptions — follow the links to learn more or to contribute.

Project Repository Short description
Accounting liberu-accounting/accounting-laravel Accounting and invoicing features tailored for Laravel applications.
Automation liberu-automation/automation-laravel Automation tooling and workflow integrations for Laravel projects.
Billing liberu-billing/billing-laravel Subscription and billing management integrations (payments, invoices).
Boilerplate (core) liberusoftware/boilerplate Core starter and shared utilities used across Liberu projects.
Browser Game liberu-browser-game/browser-game-laravel Example Laravel-based browser game platform and mechanics.
CMS liberu-cms/cms-laravel Content management features and modular page administration.
Control Panel liberu-control-panel/control-panel-laravel Administration/control-panel components for managing services.
CRM liberu-crm/crm-laravel Customer relationship management features and integrations.
E‑commerce liberu-ecommerce/ecommerce-laravel E‑commerce storefront, product and order management.
Genealogy liberu-genealogy/genealogy-laravel Family tree and genealogy features built on Laravel.
Maintenance liberu-maintenance/maintenance-laravel Scheduling, tracking and reporting for maintenance tasks.
Real Estate liberu-real-estate/real-estate-laravel Property listings and real-estate management features.
Social Network liberu-social-network/social-network-laravel Social features, profiles, feeds and messaging for Laravel apps.

If you maintain or use one of these projects and would like a more detailed description or a different categorisation, open an issue or submit a pull request and we'll update the list. Contributions and cross-repo collaboration are warmly encouraged.

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