Hossein Karami

Results 2 comments of Hossein Karami

Hi, yes you can use PHP in FastShell. Just change the gulpfile.js ``` gulp.task('browser-sync', ['css', 'js'], function() { browserSync.init({ proxy: "localhost" }); }); ```

yes 👍