• 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

Undefined variable in Laravel 8 project (php 7.4)

Check If array is null or not in php

What will the best solution for this multiple optional filter?

html-php form submission after validation through JavaScript [closed]

PHP Slim Framework request using withAttribute error

how to identify the web server name of remote host

PDOException: PDO::__construct(): php_network_getaddresses: getaddrinfo failed: no such host known

XAMPP/SQLSRV: Unable to find Sqlsrv in PHPINFO(); - errors coming from connection

Failed user login on production server using Symfony framework (Authentication request could not be processed due to...)

How to use React Router with Laravel?

PHP - Store information with NO database

Can't find vendor/autoload.php for Ratchet

Call to a member function fetch_field() on a non-object MySQLiDB

How to check user Permissions using Custom Middleware in Laravel

Undefined Array Key error when uploading image on php

About Contact Privacy policy Terms and conditions