⚠️ WORK IN PROGRESS (WIP)
This project is currently under active development. Some features might be subject to change or further refinement.
Codhous is a comprehensive management and digital presence ecosystem for small construction companies and concrete services. It unifies inventory control, detailed budgeting (with m² pricing), and professional website creation through a powerful integrated administrative panel. Built with the TALL stack (Tailwind, Alpine.js, Laravel, Livewire) and Filament, it offers an end-to-end solution for operational efficiency and online visibility.
- Dynamic Page Builder: Manage content, sections, and layouts directly from the administrative panel using Filament's Builder.
- Concrete Volume Calculator: Integrated tool for customers to calculate the exact amount of concrete needed for their projects.
- Regional Maps Integration: Built-in support for Google Maps embeds with global fallback configurations.
- Automated Budget Requests: Streamlined workflow for customers to request quotes, saving directly to the database and notifying administrators.
- Localized Contact Systems: Advanced contact forms with SMTP integration, real-time validation, and database persistence.
- Premium UI/UX: Modern, responsive design with dark mode support, glassmorphism effects, and Lucide icon integration.
- Framework: Laravel 11
- Admin Panel: Filament PHP v3
- Frontend: Livewire v3, Tailwind CSS
- Icons: Lucide Icons
- Database: MySQL / PostgreSQL / SQLite
-
Clone the repository:
git clone https://github.com/your-repo/codhous.git
-
Install dependencies:
composer install npm install && npm run build -
Environment Setup:
cp .env.example .env php artisan key:generate
-
Database Configuration: Configure your
.envfile and run:php artisan migrate --seed
-
Storage Link:
php artisan storage:link
-
Run the application:
php artisan serve
Access the administrative panel via /admin.
The initial credentials are set during the seeding process (check DatabaseSeeder.php or UserFactory.php).
This project is currently private. All rights reserved.