Re: PHP development ?

2018-07-21 Thread Michael Mak
running both. >> >> >> I'm checking Vagrant and I'm not sure how I could use that for Web/PHP >> development. Could you develop on that ? >> >> Jean-Christophe >> >> >> On Jul 20, 2018, at 6:11 AM, Jean-Christophe Helary >> w

Re: PHP development ?

2018-07-21 Thread Michael Mak
using mamp forever but my partner pushed me to try vagrant... > i’m now running both. > > > I'm checking Vagrant and I'm not sure how I could use that for Web/PHP > development. Could you develop on that ? > > Jean-Christophe > > > On Jul 20, 2018, at 6:11 AM, Jean

Re: PHP development ?

2018-07-21 Thread bruce linde
d me to try vagrant... i’m >>> now running both. >> >> I'm checking Vagrant and I'm not sure how I could use that for Web/PHP >> development. Could you develop on that ? >> >> Jean-Christophe >> >> >>> On Jul 2

Re: PHP development ?

2018-07-20 Thread Greg Raven
mamp, git, vagrant. > > i’ve been using mamp forever but my partner pushed me to try vagrant... > i’m now running both. > > > I'm checking Vagrant and I'm not sure how I could use that for Web/PHP > development. Could you develop on that ? > > Jean-Christophe

Re: PHP development ?

2018-07-20 Thread Jean-Christophe Helary
> On Jul 21, 2018, at 0:06, bruce linde wrote: > > mamp, git, vagrant. > > i’ve been using mamp forever but my partner pushed me to try vagrant... i’m > now running both. I'm checking Vagrant and I'm not sure how I could use that for Web/PHP development. Could

Re: PHP development ?

2018-07-20 Thread bruce linde
mamp, git, vagrant. i’ve been using mamp forever but my partner pushed me to try vagrant... i’m now running both. > On Jul 20, 2018, at 6:11 AM, Jean-Christophe Helary > wrote: > > > >> On Jul 20, 2018, at 22:00, Greg Raven wrote: >> >> The best way I have found to do this is to hav

Re: PHP development ?

2018-07-20 Thread Jean-Christophe Helary
> Hope this helps. It sure does :) Thank you Greg ! JC > On Jul 20, 2018, at 22:34, Greg Raven wrote: > > When you have your project open in BBEdit, in the bottom left corner of the > window, along the bottom, there are five icons. The "raining cloud" icon is > the one you want. Click on it

Re: PHP development ?

2018-07-20 Thread Greg Raven
When you have your project open in BBEdit, in the bottom left corner of the window, along the bottom, there are five icons. The "raining cloud" icon is the one you want. Click on it and select "Site Settings …" at the top of the pop-up list. Enable the "Use local preview server" option and fill

Re: PHP development ?

2018-07-20 Thread Jean-Christophe Helary
> On Jul 20, 2018, at 22:00, Greg Raven wrote: > > The best way I have found to do this is to have your PHP files in a BBEdit > project, I've created a project for my files (I find projects hard to navigate, namely no apparent way to move around without having to use the mouse, but maybe I'm

Re: PHP development ?

2018-07-20 Thread Greg Raven
The best way I have found to do this is to have your PHP files in a BBEdit project, and then set the project settings to open a local website. To have a local website, you can use any of a number of methods, including MAMP, HostBuddy, VirtualHostX, VirtualBox, etc., or you can set up your local

Re: PHP development ?

2018-07-19 Thread Jean-Christophe Helary
> On Jul 20, 2018, at 10:04, Scott in Pollock wrote: > > You'll need a local server running PHP. Google 'MAMP'. Sorry if that was not clear. I do have everything set up already. I just need BBedit to "preview" my files not by calling file://... but by calling http/localhost/... What's happe

PHP development ?

2018-07-19 Thread Scott in Pollock
You'll need a local server running PHP. Google 'MAMP'. -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "supp...@barebones.com" rather than posting to the group. Follow @bbedit on Twitter:

PHP development ?

2018-07-19 Thread Jean-Christophe Helary
Being new to PHP I'm looking for a way to easily develop and test code, in BBEdit possibly :) What I seem to need first is a way to run the code I just wrote in a "preview" page that is called from localhost and not from the file system. I do have a Safari tab open on localhost but the previews