support@codebucket.net

laravel

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

How to add Social Share Buttons in Laravel

In this demonstration, you will see how to add social share buttons to your Laravel project. It's very necessary to shar .....

Read more

How to Export large data into CSV format in Laravel

I will show you how to export extensive data in CSV format directly in this demonstration. We have faced these errors wh .....

Read more

How to read multiple query stored procedure from mssql to Laravel project

This demonstration will show you how to get the multi-query stored procedure in the Laravel project.

Read more

How to call a GET request in Laravel without any package

Sometimes you find that you need to call a simple GET request to fetch any data. You see in Laravel, to call any API dif .....

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 connect MSSQL Server Database in Laravel 9

In this demonstration, I will show you how you connect your Laravel 9 project with MSSQL Server. You all know very well .....

Read more

How to Redirect www URL to Non-www URL

Today I will share a very important topic. Sometimes you see that google index your website's non-www URL in their syste .....

Read more