• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

browsersync doesn't work with XAMPP

phpwindowsgulpxampp


PHP Snippet 1:

gulp.task('browser-sync', function() {

   browserSync.init({
      proxy: "http://localhost:80/dashboard/optimizedphp/app/"
   })
;});

PHP Snippet 2:

browserSync( {
    proxy: "https://localhost/mysite/",
    https: {
        key: "W:/xampp/htdocs/mkcert/localhost/localhost.key",
        cert: "W:/xampp/htdocs/mkcert/localhost/localhost.crt"
    }
});

Related Snippets

Why "Class 'GuzzleHttpClient' not found" even after Installing it in Laravel?

How to load Codeigniter 4 lang file into an array variable

How to pass data to all views in Laravel 5?

Using spatie/media-library, how to rename a collection of uploaded files?

How to edit Records using CodeIgniter

Update Total in checkout of Woocommerce with Ajax Request

Add a text next to stock quantity if it is less than 10 in Woocommerce single product

Center point of multiple gps coordinates with php

Insert database rows from columns of data from associative array of indexed arrays

TesseractOCR not working for Laravel

Filter WooCommerce related products by Polylang language

using random function but it's displaying duplicates

Creating live search with AJAX and CodeIgniter

Can't call javascript alert alertify library from PHP

mysql_result is defined but mysql_free_result warns it expected a resource

About Contact Privacy policy Terms and conditions