• 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

Read users and passwords from a txt file

Explode not working properly with dash

Clear javascript source cache laravel 5.8

PHPExcel export HTML table to xlsx

Use Python plotly chart in PHP

MySQL/PHP - Web Based Game -User specific inventory table or 1 giant table? Another option?

Upload a file Using PHP and JavaScript

renameColumn migration fails for existing column with columns does not exist error

Display the WooCommerce product price inside a custom function

php: command not found Command PhaseScriptExecution failed with a nonzero exit code

Change the alert text on add to cart action without selected variation in Woocommerce

Vimeo API: how to save a vimeo into a subfolder?

How to update array value in Laravel

PHP only Hit Counter?

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

About Contact Privacy policy Terms and conditions