How to install Laravel on windows using wamp

Hey, Today I am going to tell you about Laravel Framework. Laravel is no doubt the most popular PHP framework. It allows you to create web applications fast and easy. In this, i’m going to show you how to create your first Laravel app that runs on your local wamp server.

Read More

How to force redirect HTTP to HTTPS in Laravel 6.x, 7.x and 8.x and more

Hey friend, are you facing an issue of not secure a URL. Then don't worry about this, the best solution of How to force redirect HTTP to HTTPS in Laravel 6.x, 7.x and 8.x and more upcoming Laravel versions.

Read More

How to Clear cache in Laravel

Now we are going to learn, how to clear cache in Laravel. Command - php artisan cache:clear. Basically, there are two ways to clear the cache in Laravel.

Read More

Generate QR code in php using google api

QR code (Quick Response Code) is the trademark for a type of matrix barcode. A QR code is a machine-readable code consisting of an array of black and white squares.

Read More

Convert text to image in php

Some of the cases we need to create an image dynamically when the web page is loading, Then a question raised in the mind - Can I convert text to image in PHP? the answer is Yes! why not.

Read More

Top 10 PHP Tips And Tricks For Beginners

Top 10 PHP Tips And Tricks For Beginners, require , require_once, include or include_once, class for repeated tasks, functions flexible, character encoding for a mysql connection, Prepared Statements for SQL injection attack, switch instead of stringing I

Read More