FLAMON TECH Blog

What’s new in Laravel 8 1

What’s new in Laravel 8

Laravel 8 is now released and includes many new features including Laravel Jetstream, a models directory, model factory classes, migration squashing, rate-limiting improvements, time testing helpers, dynamic blade components, and many more features   Here is the shortlist...

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...

Unzip Zip File 0

Unzip your zip archive file using raw php

Sometimes you need to extract or unzip a zip file in your application. Such as different types of plugins or any other thing. So in this article, I am going to tell you how...

naming-convention-php 0

Naming Conventions PHP

There are lots of naming conventions follows by different framework. Personally i have followed this naming conventions You can see from here https://bitbucket.org/snippets/shojibflamon/BMKkaB    

htaccess 1

How to redirect HTTP to HTTPS using .htaccess

Sometimes you are getting insure warning on your website when you using Chrome or Firefox browser without SSL Certificate. Without SSL your website is showing insure message to your visitor. This is very important...