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

