Where is the composer.json file ? Is it in my php project folder ? I am confused ! How do I initialise the composer.json file and the other structure at the begining?
@bismajamil32522 жыл бұрын
when I try to host my github repository on hostinger it says "composer.json file was not found". how do I add this file in my github repository?
@rohitpandey99868 жыл бұрын
Hi Lamin, Thank you for this great to the point tutorial on composer. So far, I found you explaining each and every thing clearly and to the point which is best part of this series. I have a confusion which I thought to ask you and is that how do composer.json comes to know that the project in which it is in use is in development mode or production mode? Again, thanks for your help in making world understand of what composer is and how to use it within very less but worthy amount of time. Appreciate your efforts.
@releNtless-eu3xc4 жыл бұрын
I need to do this by using PHP and composer and this is the task, so what does this mean and how am I suppose to do it? Sorry I never programmed in PHP or used Composer before, Can u help? *The task [The aim is is implement the source code link to pass the pre written tests. To run the tests run ./vendor/bin/phpunit and look at the output. The toInt function should be able to translate any Roman Numerial to the correct integer. For example VI should return 6 and XX should return 20 Cant get phpunit running ? Included is an index file (index.php) This should run on any web server (eg MAMP, XAMP etc)] *and this is what the source code looks like!
@altcoelho8 жыл бұрын
Hi Lamin, thank you very much for the tutorials. I am a beginner. Could you please explain to me on how to Install/require Angular.js and a module such as angular-jk-carousel using PHP composer? Thanks in advance