Appearance
InfyPOS-SaaS Local Setup 
InfyPOS-Saas comes with all possible customization options. But if you want to make some modifications in the code then you need to set it up on your local machine, make changes, build it, test it and then push to the server. For any code modifications, you must need to have an in-depth knowledge of Laravel.
Please follow below guide for to setup InfyPOS-SaaS on your local environment.
Web Server Requirement 
To run project on a local, you need a web server. We recommend to have a WAMP, XAMP or MAMP.
Extract Code 
Extract a code from dist.zip file to the following path based on web server you have.
- For WAMP - create a folder called 
InfyPOSunderyour_path_to_wamp/www/ - For XAMP - create a folder called 
InfyPOSunderyour_path_to_xamp/htdocs/ - For MAMP - create a folder called 
InfyPOSunderyour_path_to_mamp/htdocs/ 
Create a Virtual Host 
You need to create virtual host first to setup InfyPOS. You can find steps here to create virtual host. While creating a Virtual host read our Domain Pointing Guide here.
- You can find steps here to create virtual host on 
XAMPP. - You can find steps here to create virtual host on 
WAMP. 
Open the link to the domain in the browser (Example: local.infypos-saas.com).
Notes 
If you are not using virtual host then go to environment.js (resources/pos/src/config/environment.js) set URL as http://127.0.0.1:8000. so your URL will be like
ini
 URL: http://127.0.0.1:8000- We recommend to use Laravel Herd for local development. You can find steps to install Laravel Herd MacOS or Windows
 
Project Setup 
Please follow Project Setup Steps for further setup of the project.
