Created
June 13, 2017 17:35
-
-
Save DannyS95/3593f98e129cbdafde0cdb13ea8a681d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$router->get('', '../controllers/index.php'); | |
$router->get('about', '../controllers/about.php'); | |
$router->get('about/culture', '../controllers/about.culture.php'); | |
$router->get('contact', '../controllers/contact.php'); | |
$router->get('memes', '../controllers/arrays.index.php'); | |
$router->post('names', '../controllers/add-name.php'); //only responds to a post request | |
//]); | |
now, Can you install composer using https://getcomposer.org/Composer-Setup.exe ??
yes i can install composer, i write composer in the console and i get a bunch of information about some commands i can use.
ok, now go to the directory where you have composer.json file and let me know what you are getting in your right click menu ? if there is composer here, click there and use command composer install . let me know the status after it .
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the question you have posted will be deleted soon, so I asked you to come outside it , just in different way :D :D