How To Add Google’s Two Factor Authentication To A Laravel 8 Application. Introduction Laravel provides an amazing authentication scaffold that handles registration, login, and all other authentication parts for users that are easy to use. However, the traditional email and password are becoming less secure due to many cyber attacks like SQL injections, phishing scams […]
Articles Tagged: php
Cài đặt thư viện kết nối mssql server với PHP
Quy trình thực hiện Cài đặt extenssion sqlsrv và pdo_sqlsrv Thiết lập cấu hình include file trong php.ini Cài đặt odbc driver Đây là cài đặt với MAC OS Installing MSSQL Tools “` brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release brew update brew install msodbcsql17 mssql-tools odbcinst -u -d -n “ODBC Driver 17 for SQL Server” brew install […]