Appearance
InfyNews Local Setup 
InfyNews 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 InfyNews 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 infynewsunderyour_path_to_wamp/www/
- For XAMP - create a folder called infynewsunderyour_path_to_xamp/htdocs/
- For MAMP - create a folder called infynewsunderyour_path_to_mamp/htdocs/
Create a Virtual Host 
You need to create virtual host first to setup InfyNews. 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.infynews.com).
Project Setup 
Please follow Project Setup Steps for further setup of the project.
