# |
Jun 19th 2019, 16:07 |
neon1024 |
So you use one of those editors to write your code on your desktop, then the folder with your code in is shared to your virtual machine. When you view the code in your browser, it will use the web server in the virtual machine to run your shared code files. |
# |
Jun 19th 2019, 16:06 |
neon1024 |
I quite like VS Code also |
# |
Jun 19th 2019, 16:06 |
neon1024 |
There are lots of other tools, Netbeans is a free one which works on Windows |
# |
Jun 19th 2019, 16:06 |
olanowsubomi |
ok let me view there website about there details and get back to you |
# |
Jun 19th 2019, 16:05 |
graziel |
if you cant afford it (its paid) there is also EAP version you can use |
# |
Jun 19th 2019, 16:04 |
neon1024 |
Yes, very well |
# |
Jun 19th 2019, 16:04 |
olanowsubomi |
does it work with cakephp? |
# |
Jun 19th 2019, 16:04 |
olanowsubomi |
ok |
# |
Jun 19th 2019, 16:02 |
neon1024 |
@olanowsubomi I like to use PHP Storm :slightly_smiling_face: |
# |
Jun 19th 2019, 16:00 |
graziel |
then no, you can use any ide you want files will be same on windows and vagrant |
# |
Jun 19th 2019, 15:59 |
olanowsubomi |
i mean to write cakephp program |
# |
Jun 19th 2019, 15:59 |
graziel |
cake has quite a few automation helpers like bake command |
# |
Jun 19th 2019, 15:59 |
graziel |
depends on what you mean by 'code' |
# |
Jun 19th 2019, 15:58 |
olanowsubomi |
are u saying i wont need to code in command line |
# |
Jun 19th 2019, 15:57 |
olanowsubomi |
or is there any solution around it or only best for ubuntu users? |
# |
Jun 19th 2019, 15:57 |
graziel |
you code like you want vagrant will use your current files |
# |
Jun 19th 2019, 15:57 |
neon1024 |
Your files are shared from your desktop into the virtual machine :slightly_smiling_face: |
# |
Jun 19th 2019, 15:56 |
olanowsubomi |
and i don't think i like to code in command line im not used to it |
# |
Jun 19th 2019, 15:55 |
olanowsubomi |
i use 32 bit window |
# |
Jun 19th 2019, 15:54 |
bravo-kernel |
hola bakers |
# |
Jun 19th 2019, 15:53 |
neon1024 |
Hey dude 8) |
# |
Jun 19th 2019, 15:53 |
neon1024 |
Cakebox is a pre-configured environment, so most of the hard work is done for you |
# |
Jun 19th 2019, 15:53 |
bravo-kernel |
@neon1024 o/ |
# |
Jun 19th 2019, 15:52 |
neon1024 |
@olanowsubomi I’d agree with @bravo-kernel also :thumbsup: |
# |
Jun 19th 2019, 15:52 |
bravo-kernel |
@olanowsubomi it seems you are a novice in this area, cakebox will be your best choice, everything is tailored to cakephp |
# |
Jun 19th 2019, 15:51 |
olanowsubomi |
it even not possible to install xammp on window 32 bit |
# |
Jun 19th 2019, 15:51 |
bravo-kernel |
after that... everything will make sense |
# |
Jun 19th 2019, 15:51 |
bravo-kernel |
it contains a simple instruction for creating your first website (using cakephp) |
# |
Jun 19th 2019, 15:51 |
bravo-kernel |
? |
# |
Jun 19th 2019, 15:50 |
bravo-kernel |
@olanowsubomi did you read the intro on https://github.com/alt3/cakebox |
# |
Jun 19th 2019, 15:49 |
olanowsubomi |
? |
# |
Jun 19th 2019, 15:49 |
olanowsubomi |
but can you use cakephp code in vagrant |
# |
Jun 19th 2019, 15:48 |
olanowsubomi |
i dont know what a powershell is |
# |
Jun 19th 2019, 15:48 |
olanowsubomi |
im typing it into a command window |
# |
Jun 19th 2019, 15:46 |
olanowsubomi |
ok, let me ask some questions |
# |
Jun 19th 2019, 15:45 |
neon1024 |
See the big grey box about Windows 32 bit |
# |
Jun 19th 2019, 15:45 |
neon1024 |
The error with the SSL module is detailed in the PHP manual here https://www.php.net/manual/en/openssl.installation.php |
# |
Jun 19th 2019, 15:44 |
neon1024 |
XAMPP is just a nice installer, which will install and configure webserver, php and some other bits for you |
# |
Jun 19th 2019, 15:44 |
neon1024 |
As it will allow you to virtualise a Linux computer for you to work in |
# |
Jun 19th 2019, 15:44 |
neon1024 |
The reason people were suggesting that you use a Vagrant virtual machine to develop your application is to sidestep many of the issues with developing in Windows |
# |
Jun 19th 2019, 15:43 |
neon1024 |
Also, are you typing your composer commands into a command window or powershell? |