luluhoste Posted October 5, 2023 Share Posted October 5, 2023 Salut Avec php 8, y a t'il Composer qui a été ajouté ? merci ---trad google--- Hi With php 8, has Composer been added? THANKS Quote Link to comment Share on other sites More sharing options...
Anyx Posted October 5, 2023 Share Posted October 5, 2023 1 hour ago, luluhoste said: has Composer been added? What do you mean? Composer could be used with PHP 7.4 and now with PHP 8.2 as far as I'm aware. You just need to perform the installation locally first, then upload the resulting files to the server. Quote Link to comment Share on other sites More sharing options...
TinkerMan Posted October 5, 2023 Share Posted October 5, 2023 Composer is command-line based, and will probably never be added to free hosting, it will cause a ton of hassle, and everything will fall apart with all the custom stuff. Just run the composer commands locally and upload the result as @Anyx said. Quote Link to comment Share on other sites More sharing options...
luluhoste Posted October 7, 2023 Author Share Posted October 7, 2023 (edited) C'est parce que il y a un dossier dans le FTP qui porte le nom de "rakit" > "validation" > "composer.json". Alors c'est pour cela que je pose la question. Et, au passage, avez vous la même chose ? ---trad google--- This is because there is a folder in the FTP called "rakit" > "validation" > "composer.json". So that's why I'm asking the question. And, by the way, do you have the same thing ? Edited October 7, 2023 by luluhoste Quote Link to comment Share on other sites More sharing options...
TinkerMan Posted October 8, 2023 Share Posted October 8, 2023 You can use composer-generated files on free hosting, you can’t just run composer commands (you have to do that locally). Quote Link to comment Share on other sites More sharing options...
luluhoste Posted October 9, 2023 Author Share Posted October 9, 2023 Ok, mais c'est quoi cela du coup : "rakit" > "validation" > "composer.json" ? ---trad google--- Ok, but what is this: “rakit” > “validation” > “composer.json” ? Quote Link to comment Share on other sites More sharing options...
TinkerMan Posted October 9, 2023 Share Posted October 9, 2023 I’m sorry, but I think something got lost in translation there, I have no clue what you mean. Can you try explaining it a different way? Quote Link to comment Share on other sites More sharing options...
luluhoste Posted October 9, 2023 Author Share Posted October 9, 2023 Dans le FTP, il y a un dossier nommé « rakit » avec dedans « validation » et encore dedans « composer.json »... Donc, la question est : c'est quoi se dossier avec son contenu ? ---trad google--- In the FTP, there is a folder named “rakit” with “validation” inside and again “composer.json”... So, the question is: what is the folder with its contents ? Quote Link to comment Share on other sites More sharing options...
SpookyKipper Posted October 10, 2023 Share Posted October 10, 2023 21 hours ago, luluhoste said: Dans le FTP, il y a un dossier nommé « rakit » avec dedans « validation » et encore dedans « composer.json »... Donc, la question est : c'est quoi se dossier avec son contenu ? ---trad google--- In the FTP, there is a folder named “rakit” with “validation” inside and again “composer.json”... So, the question is: what is the folder with its contents ? My guess is the php packages? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.