cgdsoftware/enso is a Laravel package for the skeleton application for the laravel framework..
It currently has 110 GitHub stars and 4 downloads on Packagist (latest version 1.0.0).
Install it with composer require cgdsoftware/enso.
Discover more Laravel packages by cgdsoftware
or browse all Laravel packages to compare alternatives.
Last updated
Liberu Real Estate is a fully featured, open-source property management and estate agency platform. It brings together property listings, tenant management, bookings, bids, neighbourhood insights, and cutting-edge AI/VR tools in a single, modular Laravel application. Whether you're running a solo letting agency or building a multi-branch operation, Liberu Real Estate gives you a production-ready foundation you can extend and deploy with confidence.
| Feature | Description | |---|---| | Property Listings | Create and manage residential and commercial listings with rich media, pricing and availability. | | Tenant & Landlord Management | Track tenants, landlords, lease terms, rent schedules and contact history. | | Bookings & Bids | Allow prospective tenants and buyers to book viewings and submit bids directly through the platform. | | Transaction Tracking | Full audit trail of payments, deposits and financial events with reporting dashboards. | | Neural Network Valuation | AI-powered property valuations using machine learning with confidence scoring and market insights. | | Smart Contracts | Blockchain-based rental agreements with digital signatures and automated clause execution. | | Virtual Staging | Upload property images and apply AI-powered design styles to stage them virtually. | | Holographic Tours | Immersive 3D property viewing with support for Looking Glass, HoloFan, HoloLamp and browser-based WebGL. | | VR Property Design | Design and visualise custom interiors in VR with 8 design styles and full furniture/lighting management. | | Neighbourhood Insights | Automated demographics, schools, amenities, transport links and walkability scores for each listing. | | News & Market Updates | Built-in CMS for publishing property market news and agency announcements. | | Admin Panel | Powerful back-office powered by Filament 5 with role-based access control via Filament Shield. | | Real-time UI | Livewire 4 driven interactive interfaces β no full-page reloads needed. | | Scheduled Tasks | Automated daily neighbourhood data refresh via Laravel's task scheduler. | | Multi-auth & Social Login | Jetstream + Socialstream for first-party and OAuth authentication. | | Docker & Sail Ready | One-command local development with Docker Compose or Laravel Sail. |
setup.sh)The quickest way to get started on Linux/macOS:
git clone https://github.com/liberu-real-estate/real-estate-laravel.git
cd real-estate-laravel
chmod +x setup.sh
./setup.sh
setup.sh copies .env.example β .env, generates the application key, installs Composer and npm dependencies, runs database migrations and seeds demo data automatically.
install.php)A browser-based graphical installer is included for shared-hosting and non-technical deployments:
https://your-domain.com/install.php in a browser.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
# Edit .env with your database credentials, then:
php artisan migrate --seed
npm install && npm run build
php artisan serve
docker build -t real-estate-laravel .
docker run -p 8000:8000 real-estate-laravel
# Or with Docker Compose:
docker compose up
./vendor/bin/sail up
Live demo: https://agent.liberu.co.uk
The Liberu ecosystem contains a number of companion repositories and packages that extend or demonstrate functionality used in this boilerplate. Follow the links to learn more or to contribute.
| Project | Repository | 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 research 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. |
Contributions are warmly welcomed! Here's how to get involved:
main (e.g. feature/my-new-feature)../vendor/bin/pint before committing to auto-fix style issues.main with a clear description of the change and why it's needed.For larger changes or new features, please open an issue first to discuss the approach before investing significant time. Bug reports, documentation improvements and translations are all equally valuable.
This project is licensed under the MIT License β see the LICENSE file for the full text.
What this means for you:
The MIT license is one of the most permissive open-source licenses available. It gives you maximum freedom with minimal legal overhead, making it ideal for both personal projects and commercial deployments.
Project managed by Liberu β https://liberu.co.uk