This is what is expected
- Get all counties in kenya
- Get all towns in kenya
This assumes that you have php installed in your machine
- go to this project's folder and type
php -S localhost:9000
in your terminal - Visit
localhost:9000
in your browser if you see some conties then you are good to go - Play around with the the code but Dont push broken code
- It is also important to note that we are using composer autoloading so dont forget to run
composer dump-autoload
to generate composer's files