Using Mailtrap To Send Email

How To Use Laravel Mailtrap To Send Email?

9
Sending mails in a different account (user emails) for testing in the local server is a headache. Every time you need to send an...
How To Use Laravel Validation

How To Use Laravel Validation

10
Today you are going to learn laravel validation. Several different approaches used to validate your form. You will learn all of them but validation...
How To Use Laravel Eager Loading

How To Use Laravel Eager Loading

0
Using laravel eloquent relationships always resulted in "lazy loaded" by default. In this tutorial, you will learn how to use Laravel Eager Loading. Let's...
How To Use Laravel One To Many Relationship

How To Use Laravel Eloquent One To Many Relationship

4
In this chapter, we will learn how to use Laravel Eloquent One To Many Relationship. You can connect a single modal to multiple amounts...
Laravel Bitly Url Shortener

How To Use Bitly Url Shortener In Laravel?

0
Sometimes, you need to shorten URL. Especially when you want to send URLs in SMS or Social Media. We will learn about laravel bitly...
How To Use Laravel One To One Relationship

How To Use Laravel Eloquent One To One Relationship

2
In this chapter, we will learn how to use laravel eloquent One To One relationship. I am using the latest version of the Laravel...
How To Install Laravel Framework

How To Install Laravel Framework On XAMPP | Wamp | AMPPS | Lamp

1
In this chapter, we will learn how to install laravel framework. I am using windows OS & latest version of laravel framework which is...