-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP #21
Comments
Hi @giovannipds I think this is a great idea - there's nothing stopping us having recipes for different languages/platforms, in fact I think it would be an excellent addition |
Hi @shakyShane. I agree. Happy to have a good response from you. PHP is still one of the most widespread languages nowadays. |
Inactive since 8 months ago. Any new movement on PHP recipe/boilerplate for browser-sync? |
Not mine, but I've been using BrowserSync + PHP through the proxy configuration. |
Here goes an example of how you can configure a PHP project with Gulp and BrowserSync, if's interesting for someone. You guys will going to need Node.js + npm + package.json for configuration etc. and a Virtual Host configured for your PHP project (if use Apache, Wamp, XAMPP, etc. you'd probably gonna know that already). Step 1:
Step 2:
Step 3:
=) |
Hello guys! First of all, browserSync is awesome, I've used a couple times in some projects that I've started with Yeoman's webapp. Congratulations in all your efforts in this tool, ok? :) thumbs up for you 👍!
Besides that, I'm used to mantain some websites that have been made in PHP, which doesn't have and never had a tool like BrowserSync with them. I'm actually making a project in PHP today and came here to see if there was any tips about configuring BrowserSync with a PHP project, but couldn't found much information about it, at least, the proxy option. Where I am now: I was able to configure my project with the proxy option and a virtual host, and until here, everything seems ok. So I was just wondering, maybe wouldn't it be interesting to put some information about this kind of project here in the recipes?
It'll be cool to hear about other programmers who may be using these technologies yet and already know about the wonderful world of BrowserSync, looking for to have the best of the two worlds.
If this discussion is not in the best spot, please, just let me know.
Regards, Gio.
The text was updated successfully, but these errors were encountered: