• 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

Connecting an HTML webpage to a SQL Server

Clear javascript source cache laravel 5.8

How to generate QR CODE for dynamic generating link and logo using Simple QrCode in laravel?

Unable to match results of php hash_hmac() and coldfusion hmac()

woocommerce get_order_report_data to show order_item_id

how to identify the web server name of remote host

How to redirect to another page and call a Function there on Angular ng-click

How to check user Permissions using Custom Middleware in Laravel

How can I convert from a{a{} b{}} to a[a[],b[]] using php preg_match?

Load a .env file with PHP

Hide email address with stars (*)

retrieve data from database using session

VB.NET WebRequest with PHP POST

Laravel relationship belongsToMany with composite primary keys

PHP/HTML: Creating A SubMenu

About Contact Privacy policy Terms and conditions