• 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

GA4 custom event from server side, can someone tell me how i can do the following code in php?

file_get_contents() without "Http" to access external URL [closed]

Laravel update hasMany relationship using saveMany

How to make a foreign key not using primary key

codeigniter 4 running error first time with xampp

Laravel websockets AWS EC2 - Connection failed

Why isn't my PHP exception working?

Calculating Median of an array in PHP

PHP: How to solve ob_start() in combination imagepng() issue?

Open a popup box after receiving result from ajax

CONCAT columns with Laravel 5 eloquent

merge all files in directory to one text file

Edit XML in HTML form and submit to self

WAMP Virtual Host not working

How can I get new CSRF token in LARAVEL by using ajax

About Contact Privacy policy Terms and conditions