FLAMON TECH Blog

Laravel Facades 1

Laravel Facades: More Than Just a Syntax Shortcut

Unlock the full potential of Laravel facades and discover their hidden advantages. When working with Laravel, one of the framework’s standout features is its Facades. For developers new to Laravel, facades might seem like a...

flamontech-google-reCaptcha-v3-feature 3

Google reCAPTCHA v3 PHP Ajax Example (GitHub Link)

If you have a website, you need to protect your users from bots. Bots are trying leaked passwords, posting spam & scraping your content. The reCAPTCHA “I’m not a robot” checkbox changed the way...

PHP –  isset vs empty vs is_null function 0

PHP – isset vs empty vs is_null function

isset, empty, and is_null are three different functions in PHP that are often used to check the state of a variable. Here’s a brief explanation of each: 1. isset: isset checks if a variable...

Git 3

Git delete remote & local branch

Git Delete a remote & local branch command. You can easily  delete the branch in this way. Executive Summary $ git push <remote_name> -d <branchname> $ git branch -d <branchname>   STEP#01TITLE: GET ALL...

Guake Terminal Keyboard Shortcut 0

Guake Terminal Keyboard Shortcut

Guake is a very good terminal for the UNIX-based Operating System. It is a drop-down terminal for Linux with GNOME Desktop Environment. In this paragraph, I would like to discuss some advance keyboard shortcut...