Hiện nay, có rất nhiều ứng dụng web đưa ra các tài liệu văn bản dưới dạng hóa đơn, hợp đồng hoặc chỉ là một trang web dưới dạng PDF. Có một vài class PHP mà có thể dùng để tạo file PDF trực tuyến, và một trong số chúng là TCPDF. Bài hướng dẫn […]
Articles Tagged: laravel
Tích hợp 2FA vào laravel
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 […]
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 […]