Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Gaurav Pandey

Gaurav Pandey

Hi, My name is Gaurav Pandey. I'm a Laravel developer, owner of 8Bityard. I live in Uttarakhand - India and I love to write tutorials and tips that can help other developers. I am a big fan of PHP, Javascript, JQuery, Laravel, WordPress. connect@8bityard.com

Carousel Slider in Laravel

Carousel Slider in Laravel

Today, I will give you an example of “How to add Carousel Slider in Laravel”, So you can easily apply it with your laravel 5, laravel 6, laravel 7, and Laravel 8 application. First, what we’re doing here, This is…

How to upload image in Laravel 8?

upload image in laravel 8

Today, I will give you an example of “How to upload image in Laravel 8”, So you can easily apply it with your laravel 5, laravel 6, laravel 7, and laravel 8 application. Steps to upload image and display in…

Laravel Slack webhook Example

Laravel Slack webhook Example

Today, I will give you an example of “Laravel Slack Webhook Notification”, So you can easily apply it with your laravel 5, laravel 6, laravel 7, and laravel 8 application. First, what we’re doing here, This is the example :…

What are stubs in laravel?

What is stubs in laravel

Today, I will give you an example of “What is Stub, how to use it and customize Stubs in Laravel”, So you can easily apply it with your laravel 7, and laravel 8 application. First, what we’re doing here, This…

How to validate API in Laravel?

api validation in laravel

Today, I will give you an example of “How to Validate API in Laravel”, So you can easily apply it with your laravel 5, laravel 6, laravel 7, and laravel 8 application. First, what we’re doing here, This is the…

How to use Traits in Laravel 8?

How to use Traits in Laravel 8

In today’s article, we are going to discuss what is traits, how you can create traits, how to use Traits in laravel application, and how traits are useful in Laravel application. What is Traits As we know OOPs (Object-Oriented Programming…

Laravel Foreign Key

laravel foreign key

Today, I will give you an example of “How to create Foreign Key in Laravel”, So you can easily apply it with your laravel 5, laravel 6, laravel 7, and laravel 8 application. First, what we’re doing here, This is…