Tutorials

[vc_row css=".vc_custom_1433005449489{background-color: #ffffff !important;}" row_type="row" use_row_as_full_screen_section="no" type="full_width" parallax_content_width="in_grid" angled_section="no" angled_section_position="both" angled_section_direction="from_left_to_right" text_align="left" background_image_as_pattern="without_pattern"][vc_column width="1/6"][vc_single_image border_color="white" img_link_target="_self" image="184" alignment="center" style="vc_box_outline"][/vc_column][vc_column width="5/6"][vc_column_text]The first thing you will need to do is install Ruby on your system as it is required for compiling SCSS. Windows users can find the installer...

[vc_row css=".vc_custom_1424721477741{margin-bottom: 20px !important;}" row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" background_image_as_pattern="without_pattern"][vc_column width="1/1"][vc_single_image image="509" border_color="grey" img_link_target="_self"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]This will allow step by step debugging of code within phpStorm.[/vc_column_text][vc_column_text] Install the xdebug package sudo apt-get install php5-xdebug [/vc_column_text][vc_column_text]Create a new /etc/php5/apache2/conf.d/xdebug.ini file instead of adding to the /etc/php5/apach2/php.ini Use the configuration below to build the...