Published onDecember 1, 2023Laravel Hashing, Encryption and How its works phplaravelToday, we're on a simple quest to figure out hashing, encryption, and what makes Laravel the security superhero.
Published onOctober 30, 2023Playing with Laravel Arrays and CollectionphplaravelHello, fellow developers! Today, we’re going to talk about a common task in Laravel - converting arrays to collections and vice versa. Let’s dive right in!
Published onOctober 25, 2023Configuring Different or America Time Zone in LaravelphplaravelSetting America Time Zone in Laravel with Step-by-Step Guide
Published onOctober 24, 2023How to add an SSH key in GitHub from your Linux and WindowslinuxgithubdevopsAdding an SSH key in GitHub from Ubuntu- Open your terminal and generate a new SSH key by running the following command
Published onMay 9, 2023Use Laravel withCount, withSum, withAvg, and withExists Methods in EloquentlaravelDrive into four super useful Eloquent methods in Laravel: withCount, withSum, withAvg, and withExists