• 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

Do I need to install `fxp/composer-asset-plugin` if I'm not doing front-end development

Timber: Single post pagination does not work (wp_link_pages)

How to retrieve Active Directory group policy maximum password age using LDAP

Transpose csv file data [duplicate]

Entity provider not working in security.yml php symfony3.4 ({"code":401,"message":"bad credentials"}.)

How to send upload image through email

Remove product downloads section in woocommerce email notifications

Laravel Multi-language routes without prefix

loop through an anchor id

Login if user is active using Laravel Breeze

Mysqli Output to a table

Laravel Jetsream Profile page not loading on fresh install

"Unable to load dynamic library 'pdo_sqlsrv.so' "Cenos7 PHP7.2.10

Laravel Delete and Update

Make Calculator - When Button clicked the No shows in Textbox.

About Contact Privacy policy Terms and conditions