Issue
when i try to installing Slim framework by Composer,and when i write (composer require slim/slim "^3.0"), show me the error as in picture:
note that I have successfully installed the Composer? thank you very much.
Solution
You need to specify a directory where composer is installed. Open the directory in command prompt and type the command:
composer require slim/slim "^3.0"
Answered By - Ayush28
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.