support@codebucket.net

Code Bucket

Laravel important methods: firstOrNew, firstOrCreate, firstOr, and updateOrCreate

Today I will cover very important topics in Laravel. If you are familiar with the Laravel environment, you know the eloq .....

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

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 Create Custom Password Encode Decode Function In MSSQL Server

In this demonstration, we will learn how to make custom Password Encode Decode functions in MS SQL Server. When we use M .....

Read more

How To Add try...catch with DB::transaction() in Laravel

In this demonstration, I will show how to add try-catch with DB::transaction() in Laravel. In the try block, we write co .....

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