support@codebucket.net

php

Remove Public Path From URL in Laravel Without htaccess

This tutorial will show you how to remove the public path from the URL. This will be very helpful in the field of removi .....

Read more

Laravel 8 Remove index php From URL Example

In this tutorial, I will show you how to remove index.php from the URL. This thing will be helpful in making your websit .....

Read more

How to prevent browser back button after user logout in Laravel?

It is a common things that after logout you should not go back to the previous page. But in your development journey you .....

Read more

How to use HTTPS for all routes in Laravel

The tutorial will demonstrate to you to use HTTPS in all routes of the Laravel Project. For that, I will show you to use .....

Read more

How to excel import with date format in Laravel

In this lesson, I will show to how to excel import in Laravel, also I will show you how to handle the Date. Many times I .....

Read more

Calculate years months days between two dates in JavaScript

In this demonstration, I will show you how to calculate years months days between two dates. You can write your own code .....

Read more

How to Add or Remove characters from a string

In this demonstration, you will find the usage of substr() in PHP. 

Read more

How to create Infinite Scroll Pagination using PHP and jQuery

In this tutorial, I will show you how to make infinite pagination using PHP and jQuery. This process is raw, essential, .....

Read more

How to resolve the errors of xampp (Part 1)

Sometimes you get stuck at the very beginning of the development for the errors of xampp server in the local PC. After s .....

Read more

What Is A Trait in PHP

In this demonstration, you will learn about traits in PHP. As you know, PHP does not support multiple inheritances. To s .....

Read more

How to make Custom Forget Password Process in Laravel

Sometimes we want to implement the Custom Forget Password Process using email in Laravel. When we register a user the em .....

Read more