support@codebucket.net

laravel

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

Learn about Artisan CLI in Laravel

All of the Laravel developers use Artisan commands in their Laravel projects. But many of them don't know all the Artisa .....

Read more

How to Generate a Bearer Access Token Using Laravel Passport

Do you know about Laravel Passport and how to use it? If you don’t. This series of tutorials is only for you. In the pre .....

Read more

What is Accessor and Mutator in Laravel

In this demonstration, you will learn about Accessors and Mutators in Laravel and how they work. Accessors and Mutators .....

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 Configure Laravel Custom Email Verification System

Sometimes we want to implement the Custom Laravel Email verification process. For that when we register a user the email .....

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