• 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

PHP sort array of objects by two properties

str_replace or preg_replace random number from string

Destroy session upon refresh

Display the default discounted price and percentage on Woocommerce products

Inserting Country Selection into MySQL PHP [duplicate]

Put content of wordpress page inside div

PHP how to detect if running on arm64 cpu?

I'm trying to use curl with php but getting this error:Could not resolve host: Bearer

Why does codeigniter & Linux server throws unserialize() session data error when user tries to login

Remove categories with all childs derived from parent category

How to install LDAP in Docker php-fpm alpine

laravel controller function parameters

protect images from being copied

PHPS source file - 403 Forbidden You don't have permission to access this resource

Exact alternate to mcrypt_encrypt in PHP 7.2

About Contact Privacy policy Terms and conditions