Category: slimphp

Build a Slim PHP 3 webapp with social logins and emails 0

Build a Slim PHP 3 webapp with social logins and emails

Prerequisites PHP 5.6+ Edit php.ini always_populate_raw_post_data = -1 Uncomment extension=php_curl.dll extension=php_mbstring.dll extension=php_mysql.dll extension=php_mysqli.dll extension=php_pdo_mysql.dll extension=php_openssl.dll Composer Linux> curl -sS https://getcomposer.org/installer | php Windows> Download & Install Composer-Setup.exe Development Cycle Windows> php -S 127.0.0.1:8080 -t...