Evohus is a modern and flexible PHP Real Estate Admin Dashboard built with PHP v8.4, Bootstrap 5, Vite, and Yarn. This guide will help you quickly set up and start your development environment.
Approx Read Time: 5 Min
Step 1: Download the Package
Step 2: Unzip the file
Step 3: Install Node.js and yarn (if not already installed)
Node.js and npm (Node Package Manager) are installed on your system. Make sure to use node version 22.*.Step 4: Install Node Modules
yarn
Step 5: Create a Production Build & Libraries Folder
yarn run build
This command compiles and optimizes your assets, creating a distribution folder (`/dist`) that contains minified and ready-to-deploy files. It ensures your project is optimized for performance in a production environment.
Step 6: Start in Development Mode
set extract zip to in location http://localhost/evohus_php
Outcome: This will launch a local development server, allowing you to preview your project in real-time. The server also provides hot-reloading, meaning any changes you make to your files will automatically refresh in your browser. It will be accessible at c:/xampp/htdocs/evohus_php.