• 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

Laravel no logout option from menu after successfull login

Unable to uninstall brew php from homebrew

How can I get a div content in php

PHPMyAdmin not working as intended at remote server. Error 500, $respond not found

Pages are working fine on localhost but not running on the hosting server

Utf8 encoding issue with Laravel

Laravel 5.1 Unknown database type enum requested

Saving Data from form to database using AngularJS and php

generate an Excel file using PHP

Using if(isset($_POST['submit'])) to not display echo when script is open is not working

XDebug not working in VScode for php debugging

Laravel 5.1 xmlHttpRequest AJAX POST TokenMismatchException

phpMyAdmin ERROR: mysqli_real_connect(): (HY000/1045): Access denied for user 'pma'@'localhost' (using password: NO)

Laravel You requested 1 items, but there are only 0 items available

Appending data to an anchor tag

About Contact Privacy policy Terms and conditions