Laravel Handling unique field validation in Laravel All developers must have come across this situation where you have to manage a unique field, where the table column accepts only unique values. One of the most use cases
Laravel How to Setup Active Directory Authentication using LDAP with Laravel If you are working in an organisation, you will be aware about Active Directory that provides all sorts of functionality like folder access, authentication, group and user management. Recently, I
Laravel Host multiple Laravel Applications on a single server without using DNS In this post, I will explain how to host multiple web apps on a single server without using Domain Name System (DNS) I was working on two web applications for
MySQL Unable to connect to Digital Ocean managed database Recently I have subscribed to Digital Ocean managed database and I was facing this issue where I was not able to connect to the database. I got the following error.
MySQL Can't connect to MySQL server on '127.0.0.1' (61) on Mac using MySQL Workbench This issue came up when I recently restarted my MacBook. MySLQ was installed to my Mac using Homebrew, so I checked the whether MySQL is running using the following command
Laravel Create custom action in Laravel Nova Laravel Nova provides a feature where you can create custom actions to modify multiple table records at the same time. Here, I am trying to create a custom action to
Laravel Create custom filter in Laravel Nova Currently I am working on a donation collection application. In this I have to create customs filters to filter out the recipients from different categories. So, to create the filter,