phprad + composer? March 18, 2020, 12:13:25 PM Hi, can i integrate phprad with composer?How? Quote Selected
Re: phprad + composer? Reply #1 – March 19, 2020, 09:06:12 AM Well once you download the SeaMonkey package for your OS you can open a Composer window and use File : Open to open one of PHPRad's generated .php files. I find Composer only really useful for weird tables on old HTML from the late '90s. I wouldn't use it with PHPRad, but that's just me.:-pWhat are you using Composer to do? Maintain the assets/libraries that PHPRad makes use of, but on the deployed version of your application? Quote Selected
Re: phprad + composer? Reply #2 – March 19, 2020, 11:31:15 AM Quote from: robertr – March 19, 2020, 09:06:12 AMWell once you download the SeaMonkey package for your OS you can open a Composer window and use File : Open to open one of PHPRad's generated .php files. I find Composer only really useful for weird tables on old HTML from the late '90s. I wouldn't use it with PHPRad, but that's just me.:-pWhat are you using Composer to do? Maintain the assets/libraries that PHPRad makes use of, but on the deployed version of your application? Hi, sorry I mean this composer : https://en.wikipedia.org/wiki/Composer_(software)Not seamonkey composer Like I want to use PHP library from composer : guzzle, selenium driver, etc. Quote Selected Last Edit: March 19, 2020, 11:33:41 AM by jackindojogja
Re: phprad + composer? Reply #3 – March 20, 2020, 12:49:17 AM @jackindojogja support for that will come in future versions. Quote Selected