• 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

WHM Enabling mod_rewrite

Sentry on Symfony: how to exclude `NotFoundHttpException`

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

How to make a foreign key not using primary key

How do I call Validator from a namespace with an already existing Validator class

How to change 'users' auth table and use another instead Laravel

Issue with laravel eloquent model property

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

How to change the app environment at run time?

Redis Command To Sort Keys

Laravel/ PHP: Order By Alphabetical with numbers in order [duplicate]

Laravel Passport - Not able to get token string in response?

How to fix this error : Ask your hosting provider to use PHP 7.2.5 or higher for both HTTP and CLI?

Laravel SQL query midnight time not showing

Xdebug 3 not showing in phpinfo on m1 Monterey

About Contact Privacy policy Terms and conditions