HydroWash is a modern, intuitive web application built with Laravel to streamline and digitize laundry service operations. Whether you run a cozy neighborhood shop or a large-scale laundry business, HydroWash keeps everything organized — from order tracking to delivery management — all in one place.
- 🔐 Secure Authentication & Role-Based Access
- 📦 Order Management — Create, update, and track laundry orders with ease
- 🧑💼 Admin Dashboard — Manage services, pricing, users, and orders
- 💸 Dynamic Pricing — Tailored pricing based on laundry item type
- 🎨 Responsive Modern UI — Built with mobile-first design and smooth UX
- Backend: Laravel 12
- Frontend: Blade, Bootstrap / Tailwind CSS
- Database: MariaDB
-
Clone the repository:
git clone https://github.com/Malvin555/hydrowash.git cd hydrowash -
Install dependencies:
composer install npm install && npm run dev -
Configure environment variables:
cp .env.example .env php artisan key:generate
-
Set up your database in
.env, then run:php artisan migrate --seed
-
Start the local development server:
php artisan serve
| Role | Password | |
|---|---|---|
| Admin | admin@example.com | admin123 |
⚠️ Note: For security, update default credentials immediately after your first login.
app/Http/Controllers/— Application logic and request handlingresources/views/— Blade templates for UIroutes/web.php— Web routes for the appdatabase/seeders/— Default role and user seeders
Contributions are welcome and appreciated!
To contribute:
- Fork the project
- Create your feature branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m 'Add your feature') - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request
Please follow Laravel's best practices and coding standards when contributing.
HydroWash empowers laundries to embrace digital transformation, enhancing operational efficiency, customer experience, and service transparency — all through a single, easy-to-use platform.
Licensed under the MIT License.
The HydroWash Team
⭐ If you like this project, give it a star to show your support!

