In this post, you are going to learn how to use Monnify API and Laravel HTTP Client to easily integrate into your application. Monnify is a payment gateway that...
In this post, you are going to learn how to drag and drop file upload using Dropzone Js in Laravel application. the version of Laravel used in this tutorial...
In Laravel, while validating uploaded images, you can specify the dimensions the required.
Has has() is to filter the selecting model based on a relationship. So it acts very similarly to a normal WHERE condition. If you just use has('relation') that means you only want...
You can send Laravel Notifications not only to a certain user with $user->notify(), but also to anyone you want, via Notification::route(), with so-called “on-demand”. Sometimes you may need to send a...
Laravel Eloquent model has a way for you to return the total number of rows of a related model.
Instead user @if and @endif statement to check logged in user, you can use @auth directive. Usual way using @auth
In this tutorial, we will create two routes: the first one will be a GET method to render form that will be used for uploading our file and and...
In this tutorial, you are going to learn step by step on how to create a crud operation with Laravel. CRUD refers to the four basic operations a software...

