Evohus is a modern and flexible Real Estate Admin Dashboard built with Symfony, 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: Extract the contents of the downloaded .zip file to a directory on your computer. It will extract in the Evohus_Symfony_v1.0.0 folder.
Step 2: Technical Requirements
Please check the Technical Requirements from the this link. https://symfony.com/doc/current/setup.html#technical-requirements
Step 3: Xampp
Make sure to have the Xampp installed & running in your computer. PHP Version 8.3 or Higher version installed & running on your computer. If you already have installed Xampp on your computer, you can skip this step.
Step 4: Composer
Make sure to have the Composer installed & running in your computer. Make sure the composer version must be 2.8.3 or Higher.
Step 5: Install Symfony CLI
Please setup Symfony CLI regarding your computer operating system. https://symfony.com/download. If you already have setup on your computer, you can skip this step.
Step 6: Install Dependencies
Install all required packages using yarn
yarn
Explanation: This command will download and install all the necessary dependencies for your project, including build tools, libraries, and plugins, ensuring your development environment is set up correctly.
Step 7: Composer Install
command to install all of the framework's dependencies
composer install
Outcome: The composer install command installs all the PHP dependencies specified in the composer.json file, generates the autoloader, and creates a ('vendor') directory with the necessary packages for the Laravel project.
Step 8: Create a Production Build & Libraries Folder
After the dependencies are installed, generate a production-ready build by running
yarn run build
Outcome: This command compile all scss to css and copy all files from resource to public directory
Step 9: Run yarn run start command
After the dependencies are installed, generate a production-ready build by running
yarn run start
Outcome: This command will start a development server that runs locally on your machine
Step 10: Start in Development Mode
To begin development and work on your project in a live environment, execute
symfony server:start
Outcome: The development server is accessible at http://localhost:8000. To run on other port just run command
If you need help with setup, customization, or troubleshooting, please contact our support team. We're here to ensure your Evohus Admin Panel runs smoothly and efficiently.