How to setup a php twitter application
Demo description: - application name : php-twitter - programming language use : PHP - database use : MYSQL - source code : https://github.com/kofix-ml/php-tweet 1. Setting up our project environment since we are gonna deploy a php project, i would suggest using a server which has php builds such as: - MAMP - for mac ( https://www.mamp.info/en/downloads/ ) - LAMP - for linux ( https://bitnami.com/stack/lamp/installer ) - WAMP - for windows ( http://www.wampserver.com/en/ ) - XAMPP - for windows ( https://www.apachefriends.org/download.html ) - LEMP - for linux ( https://lempstack.com/download/ ) and all other stack builds that has php server in it. its up to you which one you wanna use. Start any of the application above and you are ready to go. However, if you prefer using php build in server also can. But please remember to serve it every time you wanna test it, this can be done with simple php native command : php -S <addr>:<p...