• 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

Smarty if isset

How to send image,audio or video through the WhatsApp API - PHP

PHP rotate matrix counter-clockwise

500 Internal Server Error on Ajax request. Not sure the origin of the problem

Return new collection without modifying original collection

I need to link Google Sheet with my Laravel

Add and update products to session cart in Laravel

Respond with status code 401 on authentication failure using Laravel and Passport?

How to show a popup modal in codeIgniter?

Remove "estimated for {country}" text after tax amount in Woocommerce checkout page

"There is no active transaction" when refreshing database in Laravel 8.0 test

CodeIgniter force_download is not working

carbon generated datetime not stored correctly into the database

PHPExcel export HTML table to xlsx

Laravel with App Engine Standard Class 'FacadeIgnitionIgnitionServiceProvider' not found

About Contact Privacy policy Terms and conditions