December 9, 2021 in Php, Technology, Tips and Tricks
It’s worth adding that, in addition to the QR codes library posted by Google To use this , basically: 300×300 is the size of the QR image you want to generate, the chl is the url-encoded string you want to change into a QR code, and the choe is the (optional) encoding. The link, above, gives more detail, but to […]
December 9, 2021 in Php, Technology, Tips and Tricks
PHP QR Code is open source (LGPL) library for generating QR Code, 2-dimensional barcode. Based on libqrencode C library, provides API for creating QR Code barcode images (PNG, JPEG thanks to GD2). Implemented purely in PHP, with no external dependencies (except GD2 if needed). Some of library features includes: Supports QR Code versions (size) 1-40 […]
November 19, 2021 in Laravel, Php, Tips and Tricks
Laravel language file contains array
October 31, 2021 in Laravel, Php, Tips and Tricks
Using Environment file (.env)
October 24, 2021 in Php, Tips and Tricks
In order to fix this issue we need to restart the improved PHP handler ( ea-php72-php-fpm.service ) It seems there is an issue with PHP-FPM mode (Mod-PHP works fine).I installed version p3 on CentOS 6.5 succesfully and works OK. If problem exists, remove PHP-FPM module FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation […]
October 22, 2021 in Laravel, Php, Technology, Tips and Tricks
header.blade.php index.blade.php contact.blade.php