In PHP, you can convert bytes into kilobytes (KB), megabytes (MB), and gigabytes (GB) by dividing the given number of bytes by the corresponding factor. In this example, I...
In Laravel, while validating uploaded images, you can specify the dimensions the required.
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

